API reference/Auth
Rename a passkey
PATCH
/v1/auth/passkeys/{id}
Authorization
bearer
Authorizationheader · stringrequired
Session token from POST /v1/auth/login with "transport": "bearer". Browsers use the session cookie that login sets instead.
Path
idstringrequired
maxLength: 64
Body
application/json
namestringrequired
maxLength: 100
Responses
errors: application/problem+json
Match errors on the problem's code, which stays the same, not on its message.