POST api/2.0/project/comment
Name |
Description |
Type |
Example |
parentcommentid
sent in body
|
|
string
|
some text
|
entityid
sent in body
|
|
number
|
1234
|
content
sent in body
|
|
string
|
some text
|
type
sent in body
|
|
string
|
some text
|
POST api/2.0/project/comment
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"parentcommentid": "some text",
"entityid": 1234,
"content": "some text",
"type": "some text"
}