POST api/2.0/settings/ldap/cron
Sets the LDAP autosynchronous cron expression to the current portal.
Name |
Description |
Type |
Example |
Cron
sent in body
|
Cron expression
|
System.String
|
|
POST api/2.0/settings/ldap/cron
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"Cron": "some text"
}
This method doesn't return any data.