Update a webhook event schema

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

webhook_idstringRequired
Webhook ID
idstringRequired
Webhook event schema ID

Request

This endpoint expects an object.
schemastringRequired
GraphQL selection set for the event object, using the webhook schema for the event namespace.

Response

webhook event schema updated
objectenum
idstringformat: "uuid"
Unique identifier for this webhook event schema.
namespacestring
Event namespace for the schema override.
schemastring
GraphQL selection set for the event object, using the webhook schema for the event namespace.
created_atdatetime
updated_atdatetime

Errors

404
Update Webhook Event Schema Request Not Found Error
422
Update Webhook Event Schema Request Unprocessable Entity Error