Update a Specific ArticleComment
POST {{baseUrl}}/articles/:id/comments/:articleCommentId?fields=id,author(id,name),text,created,visibility(permittedGroups(id,name),permittedUsers(id,name))
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string |
Request Body
{"text"=>"Okay, I will do it, @john.smith. By the way, I am updating this comment using REST API."}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |