Skip to content

Add code review comments to a merge request

POST
/api/v4/ai/duo_workflows/code_review/add_comments

Adds review comments generated by Duo Workflows to a merge request.

Media type application/json
object
project_id
required

The ID or path of the project

string
nullable
merge_request_iid
required

The IID of the merge request

integer
nullable
review_output
required

The review output from LLM

string
nullable
workflow_id

The ID of the Duo Workflow session

integer
nullable
Example generated
{
"project_id": "example",
"merge_request_iid": 1,
"review_output": "example",
"workflow_id": 1
}

OK

Validation failed

Unauthorized

Forbidden

Not found