cURL
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 does not have an example.
Endpoint for updating a webauthn credential
Secret API key
32
The ID of the webauthn credential
["9c9U-4tB0glkGr3TEv39An3GVmg"]
UUID of the tenant
36
["1f496bcd-49da-4839-a02f-7ce681ccb488"]
No Content
Was this page helpful?