Update Passkey
Update a Passkey.
Path parameters
id
The Passkey ID.
Request
This endpoint expects an object.
id
The Passkey ID. Starts with passkey_...
.
userId
The User this Passkey belongs to.
createTime
The timestamp of when the Passkey was created.
updateTime
The timestamp of when the Passkey was last updated.
disabled
Indicates whether the Passkey is disabled.
credentialId
The unique credential ID for the Passkey, as a binary value.
publicKeyPkix
The public key associated with the Passkey, in PEM-encoded PKIX format.
Starts with -----BEGIN PUBLIC KEY-----
.
aaguid
The Authenticator Attestation GUID (AAGUID) for the Passkey.
rpId
The relying party ID associated with the Passkey.
Response
OK
passkey
The updated Passkey.