summaryrefslogtreecommitdiff
path: root/changelogs/unreleased/sort-api-groups.yml
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2016-11-17 12:41:48 +0000
committerSean McGivern <sean@gitlab.com>2016-11-17 18:37:52 +0000
commit79122896318ae50c835418888f7f781fa2e463f4 (patch)
treef429b92c3c4747d321d6c1cad0d7573c696f726e /changelogs/unreleased/sort-api-groups.yml
parent50585cddb53c8cc28135a8c7a11f2d1cf02b9593 (diff)
downloadgitlab-ce-sort-api-groups.tar.gz
Allow sorting groups in APIsort-api-groups
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).
Diffstat (limited to 'changelogs/unreleased/sort-api-groups.yml')
-rw-r--r--changelogs/unreleased/sort-api-groups.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/sort-api-groups.yml b/changelogs/unreleased/sort-api-groups.yml
new file mode 100644
index 00000000000..e3eead8c04f
--- /dev/null
+++ b/changelogs/unreleased/sort-api-groups.yml
@@ -0,0 +1,4 @@
+---
+title: Allow sorting groups in the API
+merge_request:
+author: