Skip to content

List response attributes for single MR diff version

What does this MR do and why?

List response attributes for single MR diff version

#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 this MR's latest diff version:
curl --header "PRIVATE-TOKEN: <your-token>" \
  --url "https://gitlab.com/api/v4/projects/278964/merge_requests/147124/versions/955077837" \
  | jq  
  1. Compare the response to what's documented by this MR
Edited by François Rosé

Merge request reports