latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

DataTable

Create variable name

Add a new variable to an existing DataTable. The variable is appended to all scenarios with an empty string as the default value. Use the update scenario endpoint to assign specific values per scenario.

post/dataTables/{data_table_id}/variableNames

Path parameters

data_table_idstring required

Request body

namestring

Variable names must be unique

default_valuestring

Default value to use for value in updated scenarios, default is empty string

Response

The current variable names

string[] required