PUT api/2.0/files/file/{fileId}/saveediting
Name |
Description |
Type |
Example |
fileId
sent in url
|
File ID
|
string
|
some text
|
fileExtension
sent in body
|
|
string
|
some text
|
downloadUri
sent in body
|
|
string
|
some text
|
stream
sent in body
|
|
A stream for uploading files without multipart request
|
N/A
|
doc
sent in body
|
|
string
|
some text
|
forcesave
sent in body
|
|
Bool value
|
true
|
PUT api/2.0/files/file/some+text/saveediting
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"fileExtension": "some text",
"downloadUri": "some text",
"stream": "N/A",
"doc": "some text",
"forcesave": true
}
This method doesn't return any data.
application/json
{
"status": 0,
"response": {
"folderId": 12334,
"version": 3,
"versionGroup": 1,
"contentLength": "12.06 KB",
"pureContentLength": 12345,
"fileStatus": 2,
"viewUrl": "http:\/\/www.onlyoffice.com\/viewfile?fileid=2221",
"fileType": 7,
"fileExst": ".txt",
"comment": null,
"id": 1596899615,
"title": "Some titile.txt",
"access": 1,
"shared": false,
"rootFolderType": 2,
"updatedBy": {
"id": "00000000-0000-0000-0000-000000000000",
"displayName": "Mike Zanyatski",
"title": "Manager",
"avatarSmall": "url to small avatar",
"profileUrl": ""
},
"created": "2021-04-23T05:12:40.1169396Z",
"createdBy": {
"id": "00000000-0000-0000-0000-000000000000",
"displayName": "Mike Zanyatski",
"title": "Manager",
"avatarSmall": "url to small avatar",
"profileUrl": ""
},
"updated": "2021-04-23T05:12:40.1169396Z"
}
}
text/xml
<result>
<status>0</status>
<response>
<folderId>12334</folderId>
<version>3</version>
<versionGroup>1</versionGroup>
<contentLength>12.06 KB</contentLength>
<pureContentLength>12345</pureContentLength>
<fileStatus>2</fileStatus>
<viewUrl>http://www.onlyoffice.com/viewfile?fileid=2221</viewUrl>
<fileType>7</fileType>
<fileExst>.txt</fileExst>
<comment />
<id>1596899615</id>
<title>Some titile.txt</title>
<access>1</access>
<shared>false</shared>
<rootFolderType>2</rootFolderType>
<updatedBy>
<id>00000000-0000-0000-0000-000000000000</id>
<displayName>Mike Zanyatski</displayName>
<title>Manager</title>
<avatarSmall>url to small avatar</avatarSmall>
<profileUrl></profileUrl>
</updatedBy>
<created>2021-04-23T05:12:40.1169396Z</created>
<createdBy>
<id>00000000-0000-0000-0000-000000000000</id>
<displayName>Mike Zanyatski</displayName>
<title>Manager</title>
<avatarSmall>url to small avatar</avatarSmall>
<profileUrl></profileUrl>
</createdBy>
<updated>2021-04-23T05:12:40.1169396Z</updated>
</response>
</result>