v52

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-04170260320.4 KB

UpdateProjectVariables updates variables for a project.

put/v1/orgs/{org}/projects/{project}/variables

Path parameters

orgstring required

Org the project belongs to.

projectstring required

Project to update variables for.

Request body

environmentstring

Environment to set the variables for. If empty, the variable(s) will be used as defaults for all environments.

unsetVariablesstring[]

Variables to delete.

variablesobject

New variable values. It is NOT NECESSARY to pass all variables, existing variables not included in the request will be left unchanged.

Response

A successful response.