Save document changes to FS by DU
A request to save document changes to FS by DU if it’s opened for editing.
POST /api/v1/documents/{docId}/save HTTP/1.1
- Path parameters
| Parameter | Description |
|---|---|
docId | The ID of the file. |
- Example request
curl -i -X POST 'http://localhost:9094/api/v1/documents/O3232hs18Aav0CUzW1X/save' -H 'X-co-auth-token: 8705adfeb88111b472e089a6af6aa929'
- Example response
HTTP/1.1 200 OK