Variables
Replace a variable value
Replaces a variable value and preserves the existing description when omitted.
put/api/v1/variables/{name}
Request body
Response
Variable updated
Example response
{
"name": "DEPLOY_ENV",
"value": "production"
}Replaces a variable value and preserves the existing description when omitted.
Variable updated
{
"name": "DEPLOY_ENV",
"value": "production"
}