Update a project variable

PUT https://{{base_url}}/v1/projects/{{project_uid}}/variables/{{variable_uid}}

The Update a project variable request lets you update the key, value and type of a project variable.

To use the API Request, you need to authenticate yourself with an Organization UID and Authtoken. Read more about it in Authentication.


For more information, refer to the Update a project variable API Reference document

Request Body

{"key"=>"Key3", "type"=>"text", "value"=>"abcd@1234"}

HEADERS

KeyDatatypeRequiredDescription
authtokenstringEnter your authtoken. Refer Authentication for more details.
organization_uidstringEnter the Organization UID.
Content-TypestringEnter "application/json" to pass a request body.