Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

The ID of the request to comment on

Body

application/json

Comment parameters

comment
string
required

comment

Response

200 - application/json

Request successfully commented

request
object

Request Object

Description

The Request object is used to represent a request.

Usage Example

Returned from the GET Requests endpoint.

Example:
Last modified on July 23, 2026