v10

latestOpenAPI 3.0.3raw.githubusercontent.com2025-07-036391133.0 KB
BackendService

Update Passkey

Update a Passkey.

patch/v1/passkeys/{id}

Path parameters

idstring required

The Passkey ID.

Request body

idstring

The Passkey ID. Starts with passkey_....

userIdstring

The User this Passkey belongs to.

createTimestring date-time

The timestamp of when the Passkey was created.

updateTimestring date-time

The timestamp of when the Passkey was last updated.

disabledboolean

Indicates whether the Passkey is disabled.

credentialIdstring bytes

The unique credential ID for the Passkey, as a binary value.

publicKeyPkixstring

The public key associated with the Passkey, in PEM-encoded PKIX format.

Starts with -----BEGIN PUBLIC KEY-----.

aaguidstring

The Authenticator Attestation GUID (AAGUID) for the Passkey.

rpIdstring

The relying party ID associated with the Passkey.

Response

OK