Skip to main content
PATCH
/
{tenant_id}
/
credentials
/
{credential_id}
Update Credential
curl --request PATCH \
  --url https://passkeys.hanko.io/{tenant_id}/credentials/{credential_id} \
  --header 'Content-Type: application/json' \
  --header 'apiKey: <apikey>' \
  --data '
{
  "name": "<string>"
}
'
{
  "title": [
    "explanatory title"
  ],
  "details": [
    "Information which helps resolving the problem"
  ],
  "status": 123
}

Headers

apiKey
string
required

Secret API key

Minimum string length: 32

Path Parameters

credential_id
string
required

The ID of the webauthn credential

Example:
["9c9U-4tB0glkGr3TEv39An3GVmg"]
tenant_id
string<uuid>
required

UUID of the tenant

Required string length: 36
Example:
["1f496bcd-49da-4839-a02f-7ce681ccb488"]

Body

application/json
name
string
required

Response

No Content