Skip to content

Draft: List response attributes for project MRs

What does this MR do and why?

List response attributes for project MRs

#433318

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

  1. Run this curl command to see the API response for a list of project MRs:
curl --header "PRIVATE-TOKEN: <your-token>" \
  --url "https://gitlab.com/api/v4/projects/45308633/merge_requests" \
  | jq  
  1. Compare the response to what's documented by this MR

Merge request reports