Update a webhook event schema
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
webhook_id
Webhook ID
id
Webhook event schema ID
Request
This endpoint expects an object.
schema
GraphQL selection set for the event object, using the webhook schema for the event namespace.
Response
webhook event schema updated
object
id
Unique identifier for this webhook event schema.
namespace
Event namespace for the schema override.
schema
GraphQL selection set for the event object, using the webhook schema for the event namespace.
created_at
updated_at
Errors
404
Update Webhook Event Schema Request Not Found Error
422
Update Webhook Event Schema Request Unprocessable Entity Error