Parameters
- comment_id
- in: path
- type: integer
- required; true
- body
-
in: body
-
type: string
-
required: true
-
example value:
{
"body": "string"
}
Response
- 200
- Successful operation
- example value: (Comment model)
- 400
- Invalid ID (Question, Comment) supplied
- Bad request type (body)
- 401
- Unauthorized User ( in Comment )
- 404
- Question not found
- Comment nof found