webhookUpdate Mutation
Updates an existing webhook.
Input Argument
webhookUpdate accepts a single input
argument, an input type,
which contains the values it uses.
The fields inside input
are:
String
)
A unique identifier for the client performing the mutation.
String
)
Description of the webhook's purpose.
[AttachmentInput!]
)
The attachments used in the description
field.
Boolean
)
Whether the webhook will be triggered when the event occurs.
WebhookEvent
)
Event that will trigger this webhook.
ID!
)
The node ID of the record to update.
String
)
Comma separated list of email addresses who will be informed when the webhook execution fails.
String
)
Name of this webhook. Defaults to the event name.
String
)
Publicly accessible URI that R-Service can use to POST http messages to.
ID
)
The webhook policy to use for cryptographic signing of the messages.
Return Fields
String
)
A unique identifier for the client performing the mutation.
[ValidationError!]
)
Errors encountered during the mutation.
Webhook
)
Record after mutation.