Create 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
Request
This endpoint expects an object.
namespace
Event namespace for the schema override.
schema
GraphQL selection set for the event object, using the webhook schema for the event namespace.
Response
webhook event schema created
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
422
Create Webhook Event Schema Request Unprocessable Entity Error