Create or update passkey config
Create or update the WebAuthn Relying Party configuration for the application. Changing rp_id invalidates existing registered credentials.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The id of the app the request refers to. An application's unique identifier.
"54e9ujn"
"fvua38g"
Body
The WebAuthn Relying Party identifier (typically your domain).
"example.com"
A human-readable display name for the Relying Party.
"Example App"
HTTPS origins allowed to perform WebAuthn operations.
["https://app.example.com"]
WebAuthn user verification requirement. Defaults to required when omitted.
required, preferred, discouraged "required"
WebAuthn attestation conveyance preference. Defaults to none when omitted.
none, indirect, direct, enterprise "none"
Response
OK