PUT api/2.0/mail/settings/cacheMessagesEnabled This function requires authentication

Description

Sets a flag that specifies whether to cache unread messages or not.

Parameters
Name Description Type Example
enabled
sent in body
Specifies whether to cache unread messages or not Bool value true
Example
PUT api/2.0/mail/settings/cachemessagesenabled
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "enabled": true
}
Returns

This method doesn't return any data.