provider Webauthn PUT /v1/webauthn/{webauthn_registration_id}
@utdk/stytch /v1/webauthn/{webauthn_registration_id}
Update
Updates a Passkey or WebAuthn registration.
webauthn_registration_id path required
Globally unique UUID that identifies a Passkey or WebAuthn registration in the Stytch API. The `webauthn_registration_id` is used when you need to operate on a specific User's WebAuthn registration.
string

Try it

Authentication
Configure credentials for Stytch API
apiWebauthnV1Update
PUT/v1/webauthn/{webauthn_registration_id}
Updates a Passkey or WebAuthn registration.

Parameters

required

Globally unique UUID that identifies a Passkey or WebAuthn registration in the Stytch API. The `webauthn_registration_id` is used when you need to operate on a specific User's WebAuthn registration.

Input

required

The `name` of the WebAuthn registration or Passkey.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import stytch from '@utdk/stytch';

await stytch.apiWebauthnV1Update()