Secret Keys

Update a secret key

Update one secret key within the organization.

patch/secret-keys/{keyId}

Path parameters

keyIdstring uuid required

Key ID to update.

Request body

organizationIdstring

Organization whose keys the operation targets. User tokens must supply it unless the credential's fixed scope resolves it; secret keys may omit it (the key's organization applies).

namestring

New human-readable name for the key.

expiresAtstring date-time nullable

New expiration timestamp for the key, or null to clear it.

Response

OK

Changes

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