Update a custom header
PUT
/api/v4/projects/{id}/hooks/{hook_id}/custom_headers/{key}
Updates a custom header 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 custom header
string
Example generated
{ "value": "example"}Responses
Section titled “ Responses ”OK
Bad Request
Not Found