/Documents/{documentKey}/Status
Description
Edits the status of a document.
- Uses backend process
Request
URI Parameters
documentKey
string
Required
Body Parameters
Value
integer
Name
Request Formats
application/json
Example:
{
"Value": 1,
"Name": "EditingCompleted"
}
Response
Resource Description
None.