Save Document Content

Updates the working copy of the document.

End-point

PUT /files

Query String Parameters

FieldDescription

url

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 Responses Statuses

HTTP StatusDescription

200

The operation completed successfully.

401

There is no session or the session is invalid.

Response Body

FieldTypeDescription

result

String

If the operation is successful, the results field will be empty.