-
- Downloads
Allow sorting groups in API
Allow `order_by` and `sort` parameters to `/api/v3/groups.json`. At present, only ordering by name and path is supported, and the default sort is name ascending (alphabetical order).
Showing
- changelogs/unreleased/sort-api-groups.yml 4 additions, 0 deletionschangelogs/unreleased/sort-api-groups.yml
- doc/api/groups.md 7 additions, 2 deletionsdoc/api/groups.md
- lib/api/groups.rb 4 additions, 0 deletionslib/api/groups.rb
- spec/requests/api/groups_spec.rb 36 additions, 1 deletionspec/requests/api/groups_spec.rb
changelogs/unreleased/sort-api-groups.yml
0 → 100644
Please register or sign in to comment