TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

PUT api/2.0/files/{fileId}/properties This function requires authentication

Description

Saves file properties to the specified file.

Parameters
Name Description Type Example
fileId
sent in body
File ID string some text
fileProperties
sent in body
File properties ASC.Files.Core.EntryProperties
Example
PUT api/2.0/files/{fileid}/properties
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "fileId": "some text",
  "fileProperties": null
}
Returns

File properties