summaryrefslogtreecommitdiff
path: root/lib/api/files.rb
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2017-03-27 15:01:45 +0200
committerToon Claes <toon@gitlab.com>2017-03-27 15:29:37 +0200
commitadd5cd996f2a2261c9897052609a8b9d8a47261a (patch)
treed033f28ab36cbf0a381b10fe8606220c89127014 /lib/api/files.rb
parentd536d9590ba1aa663bd75fc529fb13b0bf164814 (diff)
downloadgitlab-ce-add5cd996f2a2261c9897052609a8b9d8a47261a.tar.gz
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.
Diffstat (limited to 'lib/api/files.rb')
0 files changed, 0 insertions, 0 deletions