PATCH

https://{tenant_id}.hanko.io

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

Authorizations

hanko
string
cookierequired

Path Parameters

id
string
required

ID of the WebAuthn credential

Body

application/json
name
string

A new credential name. Has no technical meaning, only serves as an identification aid for the user.