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"=>true, "name"=>"CUSTOM_VARIABLE_NAME", "value"=>"CUSTOM_VARIABLE_VALUE"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;name&quot;:&quot;CUSTOM_VARIABLE_NAME&quot;,&quot;is_secret&quot;:true,&quot;value&quot;:&quot;CUSTOM_VARIABLE_VALUE&quot;}