Update variable
Update variable
Changes an existing variable in place. The response carries only a confirmation message, so refetch the variable to read its new values.
PATCH
Update variable
Authorizations
Voiceflow bearer token
Path Parameters
The ID of the variable to operate on.
Query Parameters
The ID of the project to operate on.
The alias of the environment to operate on (e.g. main).
Body
application/json
Response
200 - application/json
Confirms the variable was updated. The body is a message rather than the revised variable, so read the variable back to see its new default value or description.
A human-readable message confirming the update.