/rest/1.0/documents/{documentSource}/doManualChanges - Perform a manual update
Checks out the target document and merges the changes from the source document into the target document. After the operation, the target document remains checked out with the changes identified using Oxygen track-changes comments.
Note:
This method is new in 6.5
End-point
| POST | /rest/1.0/documents/{documentSource}/doManualChanges |
Path parameters
| Field | Description |
|---|---|
|
Document identifier of the source document Note:
Collection separators "/" must be encoded as "%7C". |
Query string parameters
| Field | Description |
|---|---|
|
Document identifier of the target document Note:
Collection separators "/" must be encoded as "%7C". |
Request body
| Field | Type | Description |
|---|---|---|
|
Information about the branch of the target document |
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 |
|---|---|---|
|
Updated information about the target document |