Function authenticators_admin_webauthn_partial_update

Source
pub async fn authenticators_admin_webauthn_partial_update(
    configuration: &Configuration,
    id: i32,
    patched_web_authn_device_request: Option<PatchedWebAuthnDeviceRequest>,
) -> Result<WebAuthnDevice, Error<AuthenticatorsAdminWebauthnPartialUpdateError>>
Expand description

Viewset for WebAuthn authenticator devices (for admins)