BigW Consortium Gitlab

Skip to content
  • Toon Claes's avatar
    add5cd99
    API: Make the /notes endpoint work with noteable iid instead of id · add5cd99
    Toon Claes authored
    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.
    add5cd99
    API: Make the /notes endpoint work with noteable iid instead of id
    Toon Claes authored
    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.
Loading