/documents/{docPath}/moveStatus - Change status
Changes the status of the document.
Note:
The following changed for this method in 6.7:
The method was updated as it applies to bulk status changes. If changing the status for one document would cause a cascade of status changes for its dependencies, the cascading changes are flagged and the bulk action for that document prevented.
Note:
This method changed in 6.5
The following changed for this method in 6.5:
- The ChangeStatusRequest structure has a
new field:
targetBranches
. - This method now returns the PrepareForEditResult structure.
End-point
PUT | /documents/{docPath}/moveStatus |
Path parameters
Field | Description |
---|---|
|
Full path of the document in the repository Note: Collection
separators "/" must be encoded as "%7C".
|
Request field
Field | Type | Description |
---|---|---|
|
Information required to perform the change status |
Possible response
HTTP status | Description |
---|---|
200 |
The operation completed successfully |
401 |
There is no session or the session is invalid |
Results field
Field | Type | Description |
---|---|---|
|
The result provides the |