// Project Variables

Update a project variable value

Update a scoped value on a project variable.

PUT/api/project/variable/value

Description

Updates a project variable value. Pass only the fields to change. Existing filters are preserved unless explicitly overwritten.

Parameters

NameInTypeRequiredDescription
variableValueId body string yes ID of the variable 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

StatusMeaning
400 Invalid variableValueId or filter validation failure.
401 Missing or invalid Basic auth credentials, or the service account lacks the required role.