Skip to main content

authenticators_admin_webauthn_update

PUT 

/authenticators/admin/webauthn/:id/

Viewset for WebAuthn authenticator devices (for admins)

Request

Path Parameters

    id integerrequired

    A unique integer value identifying this WebAuthn Device.

Body

required

    name stringrequired

    Possible values: non-empty and <= 200 characters

Responses

Schema

    pk ID (integer)required
    name stringrequired

    Possible values: <= 200 characters

    created_on date-timerequired

    device_type

    object

    nullable

    required

    WebAuthnDeviceType Serializer

    aaguid uuidrequired
    description stringrequired
    aaguid stringrequired
Loading...