Description
Updates the value content and/or its filters. Pass only the fields to change.
Parameters
| Name | In | Type | Required | Description |
variableValueId |
body |
string |
yes |
ID of the value. |
theValue |
body |
string |
no |
New value content. |
environmentsFilter |
body |
array<string> |
no |
Replacement environments filter. |
machineFilter |
body |
array<string> |
no |
Replacement machine filter. |
cloudTargetFilter |
body |
array<string> |
no |
Replacement cloud target filter. |
tagFilter |
body |
array<object> |
no |
Replacement tag filter. |
Errors
| Status | Meaning |
400 |
Invalid variableValueId or filter validation failure. |
401 |
Missing or invalid Basic auth credentials, or the service account lacks the required role. |