PUT api/2.0/community/wiki/comment/{commentid}
Updates a comment on the selected wiki page with the content specified in the request.
Name |
Description |
Type |
Example |
commentid
sent in url
|
Comment ID
|
string
|
some text
|
content
sent in body
|
New comment text
|
string
|
some text
|
PUT api/2.0/community/wiki/comment/%22some+text%22
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"content": "some text"
}