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"
}Changes
Changed in 1 of the 134 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○