Updates a multifactor authentication record
PUT /v1/multifactorauth/{multifactorAuthID}
Summary
Updates a multifactor authentication record.
Details
This endpoint sets the selected multifactor authentication method as the active method.
Authentication
No operation-level security requirement is documented here.
Parameters
| Name | In | Type | Required | Description | Example |
|---|---|---|---|---|---|
| multifactorAuthID | path | integer (int64) | Yes | The multifactor authentication record ID. | 1 |
Request Body
No request body is documented here.
Responses
200
Success. No response body.
No response body schema documented.