Skip to main content

Add comment

POST /v1/comment/:docId

Add a Comment by (optionally) an Id

Path Parameters
  • docId string required

    String Id of the Comment

Request Body required
  • time integer

    Milliseconds since epoch for this timestamp/date

  • text string

    Comment text/message

  • supporMarkdown boolean

    Whether this comment supports markdown

  • documentId string

    Id of the object this comment belongs to

  • collection string

    Id of the collection this comments belongs to (Only accepted collection is "frontHistory")

Responses

OK

Loading...