PUT api/2.0/files/batch/properties This function requires authentication

Description

Saves file properties to the specified files.

Parameters
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
Example
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
}
Returns

List of file properties