Skip to main content

authenticators_admin_endpoint_partial_update

PATCH 

/authenticators/admin/endpoint/:uuid/

Viewset for Endpoint authenticator devices (for admins)

Request

Path Parameters

    uuid uuidrequired

    A UUID string identifying this Endpoint Device.

Body

    pk uuid
    name string

    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...