PUT api/2.0/files/settings/dafaultaccessrights
Changes the default access rights in the sharing settings.
Name |
Description |
Type |
Example |
value
sent in body
|
Default access rights
|
System.Collections.Generic.List{ASC.Files.Core.Security.FileShare}
|
|
PUT api/2.0/files/settings/dafaultaccessrights
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"value": [
true
]
}