Skip to main content

authenticators_admin_duo_update

PUT 

/authenticators/admin/duo/:id/

Viewset for Duo authenticator devices (for admins)

Request

Path Parameters

    id integerrequired

    A unique integer value identifying this Duo Device.

Body

required

    name stringrequired

    Possible values: non-empty and <= 64 characters

    The human-readable name of this device.

Responses

Schema

    pk ID (integer)required
    name stringrequired

    Possible values: <= 64 characters

    The human-readable name of this device.

Loading...