PUT api/2.0/settings/tfaapp
Updates the two-factor authentication settings with the type specified in the request.
Name |
Description |
Type |
Example |
type
sent in body
|
TFA type: sms, app or none
|
string
|
some text
|
PUT api/2.0/settings/tfaapp
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"type": "some text"
}
True if an operation is successful