Home / Resources / API Reference

Workspace Variable

Base route: /api/workspace-variable

Update workspace variable value

Updates an existing value assignment, including its content and scoping filters.

Request

Parameters
variableValueId
string
required
The unique identifier of the value to update.
Request body

PUT /api/workspace-variable/value {   "variableValueId": "string",   "theValue": "string",   "environmentsFilter": ["string"] }

Response

200 OK