PUT api/2.0/files/{fileId}/properties
Saves file properties to the specified file.
Name |
Description |
Type |
Example |
fileId
sent in body
|
File ID
|
string
|
some text
|
fileProperties
sent in body
|
File properties
|
ASC.Files.Core.EntryProperties
|
|
PUT api/2.0/files/{fileid}/properties
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"fileId": "some text",
"fileProperties": null
}