Skip to main content
POST
Create a comment for a thread or for an entity reference

Authorizations

Authorization
string
header
required

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

Body

application/json

Comment object that needs to be created

authorId
string<uuid>
required

The id of the employee who creates the comment

comment
string
required

The text of the comment

entityReference
object
required
commentId
string<uuid>

The id for the comment, if not provided, it will be generated automatically

Response

200 - application/json

Object

id
string<uuid>