/files - Save document content
Updates the working copy of the document.
End-point
| PUT | /files |
Query string parameters
| Field | Description |
|---|---|
|
|
Full path of the document to save |
Request body
|
The content of the request is the binary content of the document. The Content-Type must be set to "application/octet-stream". |
Possible response
| HTTP status | Description |
|---|---|
|
200 |
The operation completed successfully |
|
401 |
There is no session or the session is invalid |
Response body
| Field | Type | Description |
|---|---|---|
|
|
String |
The results field is empty for a successful operation |