Update Agent Variable
Updates the value of an existing template variable
Authentication
AuthorizationToken
Use Authorization: Token <API_KEY>
Example: Authorization: Token 12345abcdef
Path parameters
project_id
variable_id
Request
Updated value for the agent variable
value
The new value to substitute
Response
Agent variable updated
variable_id
The unique identifier of the variable
key
The variable name, following the DG_<VARIABLE_NAME> format
value
The value to substitute. Can be any valid JSON type
created_at
Timestamp when the variable was created
updated_at
Timestamp when the variable was last updated
Errors
400
Bad Request Error