Create comment

Creates a new comment on a task.

POST
/ v1 / comments

Authorization

  • X-API-Key
    string
    required

    Header with the name X-API-Key where the value is your API key.

Body

application/json

  • taskId
    string
    required

    The task on which to place a comment.

  • content
    string

    Github Flavored Markdown representing the comment.

Response

200 - application/json - object

  • id
    string
    required

    The ID of the comment.

  • taskId
    string
    required

    The ID of the task.

  • content
    string
    required

    The HTML contents of the comment.

  • createdAt
    datetime
    required

    When the comment was created.

  • creator
    object
    required

    The user who created this comment.