PUT api/2.0/project/settings
Name |
Description |
Type |
Example |
everebodyCanCreate
sent in body
|
optional
|
Bool value
|
true
|
hideEntitiesInPausedProjects
sent in body
|
optional
|
Bool value
|
true
|
startModule
sent in body
|
optional
|
ASC.Web.Projects.StartModuleType
|
|
folderId
sent in body
|
|
System.Object
|
|
PUT api/2.0/project/settings
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"everebodyCanCreate": null,
"hideEntitiesInPausedProjects": null,
"startModule": null,
"folderId": {}
}