TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

PUT api/2.0/community/event/comment/{commentid} This function requires authentication

Description

Updates the selected event comment with the content specified in the request.

Parameters
Name Description Type Example
commentid
sent in url
Comment ID string some text
content
sent in body
New comment text string some text
Example
PUT api/2.0/community/event/comment/%22some+text%22
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "content": "some text"
}
Returns

Updated comment