POST api/2.0/community/wiki/comment
Adds a comment to the selected entity with the content specified in the request.
Name |
Description |
Type |
Example |
parentcommentid
sent in body
|
Comment parent ID
|
string
|
some text
|
entityid
sent in body
|
Entity ID
|
string
|
some text
|
content
sent in body
|
Comment text
|
string
|
some text
|
POST api/2.0/community/wiki/comment
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"parentcommentid": "some text",
"entityid": "some text",
"content": "some text"
}