Update Hook
PUT/api/v1/hooks/:hook_id
Update an existing hook's target_url and/or event.
Updating sets the hook's status back to created for re-verification. If the hook was
previously deleted, updating it reactivates it: deleted_at is cleared and the hook will
start receiving events again. To retire a hook, use the delete endpoint.
Request
Responses
- 200
- 401
- 404
- 422
Successful Response
unauthorized: Invalid or no credentials where supplied.
hook_not_found: hook does not exist.
Validation Error