Update Passkey

Update a Passkey.

Path parameters

idstringRequired
The Passkey ID.

Request

This endpoint expects an object.
idstringOptional

The Passkey ID. Starts with passkey_....

userIdstringOptional
The User this Passkey belongs to.
createTimedatetimeOptional
The timestamp of when the Passkey was created.
updateTimedatetimeOptional
The timestamp of when the Passkey was last updated.
disabledbooleanOptional
Indicates whether the Passkey is disabled.
credentialIdstringOptionalformat: "bytes"
The unique credential ID for the Passkey, as a binary value.
publicKeyPkixstringOptional

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

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

aaguidstringOptional

The Authenticator Attestation GUID (AAGUID) for the Passkey.

rpIdstringOptional
The relying party ID associated with the Passkey.

Response

OK
passkeyobject or null
The updated Passkey.

Errors