Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

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

Body

application/json
body
string
Example:

"Hi there, ...."

comment_record_type
enum<string>
Available options:
sub_number_order,
requirement_group
Example:

"sub_number_order"

comment_record_id
string<uuid>
Example:

"8ffb3622-7c6b-4ccc-b65f-7a3dc0099576"

Response

A Comment Response

data
object