Skip to main content

Update a FIDO token

PUT 

/api/web/v1/fidotokens/:fidoid

Update the specified FIDO token. Caller requires the FIDOTOKENS:EDIT permission.

Request

Path Parameters

    fidoid stringrequired

    The UUID of the FIDO token to be changed.

Body

required

    name string

    The name of this FIDO token.

    state string

    Possible values: [ACTIVE, INACTIVE]

    The state of this FIDO token. Only FIDO tokens in the ACTIVE state can be used for authentication.

Responses

Successful

Loading...