Home / Resources / API Reference

Workspace Variable

Base route: /api/workspace-variable

Update workspace variable

Updates the definition or metadata of an existing workspace variable.

Request

Parameters
variableId
string
required
The ID of the variable to update.
Request body

PUT /api/workspace-variable {   "variableId": "string",   "name": "string",   "description": "string" }

Response

200 OK