POST api/2.0/community/event/comment
Adds an event comment with the content specified in the request. The parent event ID can be also specified if needed.
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/event/comment
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"parentcommentid": "some text",
"entityid": "some text",
"content": "some text"
}