Update a webhook subscription
Authorizations
HTTPRequired
Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')
Path parameters
workspaceIdstring · uuidRequiredExample:
The ID for the workspace.
b4e02c85-c6d2-4b15-8885-e09671799c61organizationIdstring · uuidRequiredExample:
The ID for the organization.
cb28a94e-8557-4394-80ea-5bbd2170d434webhookSubscriptionIdstring · uuidRequiredExample:
The ID for the webhook subscription.
852883af-5f68-4204-b611-7ee8db9600f4Body
templatestringOptional
urlstringOptionalExample:
The URL of the webhook is used to send events to the webhook. The URL must be a valid URL that respects the established pattern and is accessible from the internet.
https://example.com/webhookPattern: ^https://([a-zA-Z0-9-]+\.)+[a-zA-Z]{2,}(/[^\s]*)?$signingKeystringOptionalExample:
The signing key for the webhook and can be used to verify the authenticity of the webhook.
KeV+/HGoIQrxuE5YPCRR6AuQOJveldYNNhbVi1i22qk=statusstring · enumOptionalPossible values:
Responses
200
The webhook subscription was updated successfully.
application/json
404
The webhook subscription was not found.
application/json
422
The request is invalid. The response should include details about the what is wrong with the request.
application/json
patch
/organizations/{organizationId}/workspaces/{workspaceId}/webhook-subscriptions/{webhookSubscriptionId}Examples
Last updated
Was this helpful?

