v44

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-05-192301780.0 KB
Vaults

Update vault webhook subscription

Updates callback URL, filters, active state, or signing secret for a vault webhook subscription.

patch/vault/{id}/events/subscriptions/{subscriptionId}

Path parameters

idstring required

Vault ID

subscriptionIdstring required

Subscription ID

Request body

callbackUrlstring uri

Updated webhook endpoint URL for deliveries

eventTypesstring[]

Updated event types to deliver for this subscription

objectIdsstring[]

Updated vault object IDs to limit notifications to. Pass an empty array to remove the filter.

isActiveboolean

Whether the subscription should continue delivering events

signingSecretstring

Replacement secret used to sign webhook deliveries

clearSigningSecretboolean

Whether to remove the existing signing secret

Response

Vault webhook subscription updated successfully