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
id
Request
This endpoint expects an object.
name
Unique name of the variable
value
Value of the variable
description
Optional description
Response
Successfully updated
id
Unique ID of the variable
name
Unique name of the variable
value
Value of the variable
description
Optional description
createdTime
Time when the variable was created
updatedTime
Time when the variable was last updated
createdBy
Username of the user who created the variable
updatedBy
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