Store or update a variable
Variables
Store or update a variable
Stores a non-sensitive variable for run config interpolation.
POST
Store or update a variable
Authorizations
Raw dev token passed as Authorization: Bearer fabro_dev_... when server.auth.methods includes dev-token.
Body
application/json
Response
Variable stored
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.