Update webhook
documentedModify a webhook configuration.
PATCH /webhooks/{webhookId}Acrobat Sign APIno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{BASE_API_HOST}}/api/rest/v6/webhooks/{{$webhookId}}" \
-X PUT \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"webhookSubscriptionEvents": {{webhookSubscriptionEvents}},"
"webhookConditionalParams": {"webhookAgreementEvents": {"includeDetailedInfo": {{agreementIncludeDetailedInfo}},"includeDocumentsInfo": {{agreementIncludeDocumentsInfo}},"includeParticipantsInfo": {{agreementIncludeParticipantsInfo}},"includeSignedDocuments": {{agreementIncludeSignedDocuments}}},"
"webhookMegaSignEvents": {"includeDetailedInfo": {{megaSignIncludeDetailedInfo}}},"
"webhookWidgetEvents": {"includeDetailedInfo": {{widgetIncludeDetailedInfo}},"includeDocumentsInfo": {{widgetIncludeDocumentsInfo}},"includeParticipantsInfo": {{widgetIncludeParticipantsInfo}}}}'"}