Update comment
PATCH /v1/comment/:docId
Update a Comment by Id
Path Parameters
- docId string required
String Id of the Comment
- application/json
Request Body required
- text string
Comment text/message
- supporMarkdown boolean
Whether this comment supports markdown
Responses
- 200
- 404
OK
NOT FOUND
Loading...