Inputs
UpdateWebhookInput
Contains the input required to update a webhook.
Fields
id* ID! non-null | Specifies the ID of the webhook the mutation must update. |
expiresOn | The date and time the webhook is set to expire, at which time the webhook is deleted. |
secretToken | An optional token to be used to sign the callback payload. Must be alphanumeric. Minimum length is 32 characters. Maximum length is 64 characters. When secretToken is specified, the system uses it to generate a hash signature for each callback payload. It then sends the hash with the callback request using the header x-adsk-signature . To ensure that the request is authentic, subscribers must compute a hash using their token and verify that it matches the hash specified by x-adsk-signature . Forge Data Eventing uses an HMAC hexdigest to compute the hash. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Input for Mutation | updateWebhook | Updates a Webhook. For more information on Webhooks, see Using Webhooks with This API in the Developer’s Guide. |