Notify the coediting status (Optional API)
| Method | API | Description |
|---|---|---|
| POST | /{context}/{docId}/notify | Notify document editing status changes |
Function Description:
Notify status changes when a document goes from no one editing to someone editing, or from someone editing to everyone exiting editing.
Example:
POST http://172.16.52.223/v2/context/484/notify
{
"docId": "484",
"type": "edit.session.close",
"repoId": "thirdparty-rest"
}
type Value Description:
edit.session.open: First user opens the documentedit.session.close: Last user closes the document