Skip to main content

authenticators_totp_partial_update

PATCH 

/authenticators/totp/:id/

Viewset for totp authenticator devices

Request

Path Parameters

    id integerrequired

    A unique integer value identifying this TOTP Device.

Body

    name string

    Possible values: non-empty and <= 64 characters

    The human-readable name of this device.

Responses

Schema

    name stringrequired

    Possible values: <= 64 characters

    The human-readable name of this device.

    pk ID (integer)required
Loading...