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

Body Params

    • Name
      comment
      Type
      object

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

    application/json
    {
      "STATUS": "OK"
    }