/r/{repoId}/events/{id}
PUT
Changing the calling sequence within an event
If you want to make changes to an event, you can use this request.
However, you can only change the order of the webhooks. To make changes to a webhook, you must use the webhook resource.
Parameters
repoId/string/required
The unique ID of the repository.
id/string/required
The unique ID of the event.
Responses
204
The event was changed successfully.
400
Invalid data was transferred.
404
The event with the specified ID could not be determined.
Show operation