Organizations

Update organization secret signing key

Update or clear the signing public key on an organization secret. This endpoint is intended for dashboard-admin use.

patch/v1/organizations/{account_id}/secrets

Path parameters

account_idstring required

Request body

secret_idstring required

The organization secret ID.

signing_public_keystring nullable required

P-256 public key in PEM format, or null to clear the configured signing key.

Response

Confirmation that the signing key was updated.

successboolean required

Changes

No recorded changes to this endpoint across all 46 revisions of this API.