# Comments for fresh investigation orderId Returns the status of comments for the particular order. Endpoint: POST /freshinvestigations/{orderId}/comments Version: 1.10.9 Security: bearerToken ## Path parameters: - `orderId` (string, required) fresh investigation orderId ## Request fields (application/json): - `comments` (string) comments for fresh investigation orderId ## Response 200 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected