Update a webhook subscription

PATCH
/webhook_subscriptions/:webhook_subscription_id

Path parameters

webhook_subscription_idstringRequired

Headers

Auth
AuthorizationstringRequired
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-versionstringRequired

Request

This endpoint expects an object.
event_typeslist of stringsOptional
object_typeenumOptional
urlstringOptional>=1 character<=2083 characters

Response

Successful Response

idstring
event_typeslist of strings
object_typeenum
status"enabled" or "disabled"
Allowed values: enableddisabled
urlstring>=1 character<=2083 characters

Errors