Variables
Store or update a variable
Stores a non-sensitive variable for run config interpolation.
post/api/v1/variables
Request body
Response
Variable stored
Example response
{
"name": "DEPLOY_ENV",
"value": "production"
}Stores a non-sensitive variable for run config interpolation.
Variable stored
{
"name": "DEPLOY_ENV",
"value": "production"
}