PUT api/2.0/files/batch/properties
Saves file properties to the specified files.
Name |
Description |
Type |
Example |
filesId
sent in body
|
IDs of files
|
array of strings
|
[some string,another string]
|
createSubfolder
sent in body
|
Creates a subfolder or not
|
Bool value
|
true
|
fileProperties
sent in body
|
File properties
|
ASC.Files.Core.EntryProperties
|
|
PUT api/2.0/files/batch/properties
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"filesId": [
"some string",
"another string"
],
"createSubfolder": true,
"fileProperties": null
}