POST
/
api
/
v1
/
issue_comments
/
{issueCommentId}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

issueCommentId
string
required

Body

application/json
body
string
parentId
string
linkCommentMetadata
object
sourceMetadata
object

Response

200 - application/json
id
string
createdAt
string
updatedAt
string
deleted
string | null
body
string
userId
string | null
updatedById
string
sourceMetadata
object | null
reactionsData
object[]
issueId
string
parentId
string | null
attachments
string[]