POST api/2.0/community/bookmark/comment
Adds a comment to the entity with the ID specified in the request. The parent bookmark ID can be also specified if needed.
Name |
Description |
Type |
Example |
parentcommentid
sent in body
|
Parent comment ID
|
string
|
some text
|
entityid
sent in body
|
Entity ID
|
number
|
1234
|
content
sent in body
|
Comment text
|
string
|
some text
|
POST api/2.0/community/bookmark/comment
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"parentcommentid": "some text",
"entityid": 1234,
"content": "some text"
}
List of bookmark comments