Base route: /api/project
Assigns a specific value to a variable, optionally scoped to certain environments, machines, or tags.
POST /api/project/variable/value
{
"variableId": "string",
"theValue": "string",
"environmentsFilter": ["string"],
"machineFilter": ["string"],
"cloudTargetFilter": ["string"],
"tagFilter": [
{
"tagIds": ["string"]
}
]
}
{
"variableValueId": "string"
}