Update environment variable

This endpoint updates an existing environment variable.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequiredformat: "uuid"

Request

This endpoint expects an object.
namestringRequired1-255 characters
Unique name of the variable
valuestringRequired>=1 character
Value of the variable
descriptionstringOptional<=1024 characters
Optional description

Response

Successfully updated
idstringformat: "uuid"
Unique ID of the variable
namestring
Unique name of the variable
valuestring
Value of the variable
descriptionstring
Optional description
createdTimestringformat: "date-time"
Time when the variable was created
updatedTimestringformat: "date-time"
Time when the variable was last updated
createdBystring
Username of the user who created the variable
updatedBystring
Username of the user who last updated the variable

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
409
Conflict Error
429
Too Many Requests Error
5XX
Server Error