OBJECT
UpdateWebhookStatusReply
Description
The reply from updating the webhook status request.
link GraphQL Schema definition
- type UpdateWebhookStatusReply {
- # Captures details of errors encountered within the system.
- : WebhookErrorInfo
- # True if the webhook status was successfully updated.
- : Boolean!
- }