Replace a variable value
Variables
Replace a variable value
Replaces a variable value and preserves the existing description when omitted.
PUT
Replace a variable value
Authorizations
Raw dev token passed as Authorization: Bearer fabro_dev_... when server.auth.methods includes dev-token.
Path Parameters
Variable name.
Pattern:
^[A-Za-z_][A-Za-z0-9_]*$Body
application/json
Response
Variable updated
Non-sensitive variable available for run config interpolation.
Env-style variable name.
Pattern:
^[A-Za-z_][A-Za-z0-9_]*$Example:
"DEPLOY_ENV"
Variable value.
Example:
"production"
When the variable was first stored.
When the variable was last updated.
Optional operator-facing description of the variable.