Base route: /api/workspace-variable
Updates an existing value assignment, including its content and scoping filters.
PUT /api/workspace-variable/value
{
"variableValueId": "string",
"theValue": "string",
"environmentsFilter": ["string"]
}
200 OK