cURL
curl --request PATCH \ --url https://{tenant_id}.hanko.io/webauthn/credentials/{id} \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>" }'
This response does not have an example.
Updates the specified WebAuthn credential. Only credentials assigned to the current user can be updated.
ID of the WebAuthn credential
"c339547d-e17d-4ba7-8a1d-b3d5a4d17c1c"
Credential updated successfully
Was this page helpful?