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 Bodyrequired
Section titled “Request Bodyrequired”Media typeapplication/json
object
value
required
The value of the variable
string
Examplegenerated
{ "value": "example"}Responses
Section titled “Responses”OK
Bad Request
Not Found