Home / Resources / API Reference

Project

Base route: /api/project

Update variable value

Updates an existing value entry and its scoping filters for a project variable.

Request

Parameters
variableValueId
string
required
The ID of the value entry to update.
Request body

PUT /api/project/variable/value {   "variableValueId": "string",   "theValue": "string",   "environmentsFilter": ["string"],   "machineFilter": ["string"],   "cloudTargetFilter": ["string"],   "tagFilter": [     {       "tagIds": ["string"]     }   ] }

Response

200 OK