/documents/{docPath}/createSnapshot - Create a snapshot
Creates a snapshot of a document.
End-point
PUT | /documents/{docPath}/createSnapshot |
Path parameters
Field | Description |
---|---|
|
Full path of the document in the repository Note: Collection
separators "/" must be encoded as "%7C".
|
Request body
Field | Type | Description |
---|---|---|
|
All the information required to create the new snapshot. |
Possible response
HTTP status | Description |
---|---|
200 |
The operation completed, and a response was successfully returned. |
401 |
There is no session or the session is invalid. |
Response body
Field | Type | Description |
---|---|---|
|
Snapshot created with information entered by user. |