-
- Downloads
API routes referencing a specific issue should use the issue `iid`
- As opposed to the issue `id` that was previously being used. - This brings the API routes closer to the web interface's routes. - This is specific to API v4.
Showing
- lib/api/api.rb 2 additions, 0 deletionslib/api/api.rb
- lib/api/helpers.rb 2 additions, 2 deletionslib/api/helpers.rb
- lib/api/issues.rb 12 additions, 12 deletionslib/api/issues.rb
- lib/api/v3/helpers.rb 9 additions, 0 deletionslib/api/v3/helpers.rb
- spec/requests/api/issues_spec.rb 95 additions, 55 deletionsspec/requests/api/issues_spec.rb
- spec/support/api/time_tracking_shared_examples.rb 14 additions, 14 deletionsspec/support/api/time_tracking_shared_examples.rb
lib/api/v3/helpers.rb
0 → 100644
This diff is collapsed.
Please register or sign in to comment