Skip to main content

authenticators_admin_endpoint_update

PUT 

/authenticators/admin/endpoint/:uuid/

Viewset for Endpoint authenticator devices (for admins)

Request

Path Parameters

    uuid uuidrequired

    A UUID string identifying this Endpoint Device.

Body

required

    pk uuid
    name stringrequired

    The human-readable name of this device.

    Possible values: non-empty and <= 64 characters

Responses

Schema

    pk uuid
    name stringrequired

    The human-readable name of this device.

    Possible values: <= 64 characters

Loading...