Add feedback to a task for a specific review round.

This endpoint allows users to post feedback related to a specific task within a given review round.

The feedback can include comments, quality issues, suggestions, or system-generated observations. By default, feedback is created in final mode (readonly: true), meaning it cannot be edited through future calls to this endpoint. To create feedbacks as drafts and editable, set the finalize option to false. When finalize: false is passed, feedback is created or updated with readonly: false, and can be modified afterward.

Additionally, this endpoint can be used to finalize previously created feedback for the same task, round, and optional context. To do so, call the endpoint with finalize: true and omit the feedback list, this will mark all existing feedback for that task/round/context as finalized.

Path Params
int64
required

ID of the project

string
required

ID of the task (in BSON format).

int64
required
0 to 2147483647

Specific stage or iteration in a task's lifecycle.

Body Params
string
enum
Allowed:
int64
boolean
feedbacks
array of objects
feedbacks
Response

Language
Credentials
Query
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json