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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

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.

Enter a gateway URL above to enable sending.

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

TypeScript

import stytch from '@utdk/stytch';

await stytch.apiWebauthnV1Update()