Update a custom variable
PUT {{baseUrl}}/api/v1/integration/webhooks/configuration/custom-variables/:custom_variable_name
Updates the endpoint with the name <CUSTOM_VARIABLE_NAME>
.
Request Body
{"is_secret"=>false, "name"=>"CUSTOM_VARIABLE_NAME", "value"=>"CUSTOM_VARIABLE_VALUE"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"name":"CUSTOM_VARIABLE_NAME","is_secret":true,"value":"CUSTOM_VARIABLE_VALUE"}