PATCH
/
{tenant_id}
/
credentials
/
{credential_id}
curl --request PATCH \
  --url https://passkeys.hanko.io/{tenant_id}/credentials/{credential_id} \
  --header 'Content-Type: application/json' \
  --header 'apiKey: <apikey>' \
  --data '{
  "name": "<string>"
}'
This response has no body data.

Headers

apiKey
string
required

Secret API key

Minimum length: 32

Path Parameters

credential_id
string
required

The ID of the webauthn credential

tenant_id
string
required

UUID of the tenant

Required string length: 36

Body

application/json
name
string
required