Post Passkey Update Passkey

Update a specific passkey's name

Authentication

AuthorizationBearer
Bearer token authentication

Request

This endpoint expects an object.
idstringRequired

The ID of the passkey which will be updated. Eg: “passkey-id”

namestringRequired

The new name which the passkey will be updated to. Eg: “my-new-passkey-name”

Response

Passkey updated successfully
passkeyobject

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error