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

KeyDatatypeRequiredDescription
fieldsstring

Request Body

{"text"=>"Okay, I will do it, @john.smith. By the way, I am updating this comment using REST API."}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring