Update a URL variable
PUT
/api/v4/hooks/{hook_id}/url_variables/{key}
Updates a URL variable for a specified webhook.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” hook_id
required
integer
The ID of the hook
key
required
string
The key of the variable
Request Body required
Section titled “ Request Body required ” Media type application/json
object
value
required
The value of the variable
string
Example generated
{ "value": "example"}Responses
Section titled “ Responses ”OK
Bad Request
Not Found