/r/{repoId}/events/{id}/{webHookId}
PUT
Changing a webhook
If you want to make changes to an existing webhook, you can use this request.
Parameters
repoId/string/required
The unique ID of the repository.
id/string/required
The unique ID of the event.
webHookId/string/required
The unique ID of the webhook.
Responses
200
The webhook was changed successfully.
400
Invalid data was transferred.
404
The webhook with the specified ID could not be determined.
Show operation