POST
/
api
/
public
/
comments
{
  "id": "<string>"
}

Request parameters

projectId
string
required

ID of the associated project.

objectType
string
required

Type of object the comment is associated with (e.g., TRACE, OBSERVATION).

objectId
string
required

ID of the object the comment is associated with.

content
string
required

The content of the comment.

authorUserId
string
required

ID of the user who authored the comment.

Response Description

Below you will see the description of the Create a comment response

id
string
required

Unique identifier.

Code Response

Exemples of Response Code

  • 200 Successful Response Code
  • 400 Error Response Code