Updates the cookies lifetime value in minutes.
Name | Description | Type | Example |
LifeTime
sent in body
|
Lifetime value in minutes | number | 1234 |
Enabled
sent in body
|
Specifies if the cookie settings are enabled or not | Bool value | true |
PUT api/2.0/settings/cookiesettings Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json { "LifeTime": 1234, "Enabled": true }
Message about the result of saving new settings