PUT/comments/{id}.json
Updating a Comment
Update a specific comment. This can be used to edit the content of an existing comment.
Path Params
- Name
id
- Type
- integer
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"STATUS": "OK"
}