Update a URL variable
PUT
/api/v4/projects/{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 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