Update a URL variable
PUT
/api/v4/groups/{id}/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”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