Skip to main content
PATCH
Update a dynamic variable’s configuration. Only include fields you want to change.

Path Parameters

string
required
UUID of the dynamic variable to update

Request Body

string
Variable name
string
Description of what this variable captures
string
Data type: text, number, boolean, or enum
array
Required when var_type is enum. List of allowed values.

Response

Returns the updated dynamic variable object.