Base route: /api/workspace-variable
Assigns a specific value to a variable, optionally applying filters to scope the value to certain environments, machines, or tags.
POST /api/workspace-variable/value
{
"variableId": "string",
"theValue": "string",
"environmentsFilter": ["string"],
"machineFilter": ["string"],
"tagFilter": [{ "tagIds": ["string"] }]
}
{
"variableValueId": "string"
}