Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 664 Bytes

update-webhook-subscription-signature-key-request.md

File metadata and controls

23 lines (14 loc) · 664 Bytes

Update Webhook Subscription Signature Key Request

Updates a Subscription by replacing the existing signature key with a new one.

Structure

Update Webhook Subscription Signature Key Request

Fields

Name Type Tags Description
idempotency_key str Optional A unique string that identifies the UpdateWebhookSubscriptionSignatureKey request.
Constraints: Maximum Length: 45

Example (as JSON)

{
  "idempotency_key": "ed80ae6b-0654-473b-bbab-a39aee89a60d"
}