gitlab-org--gitlab-foss/changelogs/unreleased/29871-api-remove-merge-requests-comments-endpoints.yml
Toon Claes add5cd996f API: Make the /notes endpoint work with noteable iid instead of id
In API V4 all endpoints were changed so Merge Requests and Issues
should be referred by iid, instead of id. Except the /notes endpoint
was forgotten. So change the endpoints from:

- /projects/:id/issues/:issue_id/notes
- /projects/:id/merge_requests/:merge_request_id/notes

To:

- /projects/:id/issues/:issue_iid/notes
- /projects/:id/merge_requests/:merge_request_iid/notes

For Project Snippets nothing changes.
2017-03-27 15:29:37 +02:00

4 lines
103 B
YAML

---
title: 'API: Make the /notes endpoint work with noteable iid instead of id'
merge_request:
author: