Commit b51f089d authored by Lorenzo Gabriele's avatar Lorenzo Gabriele
Browse files

Add SIMILARITY to GroupOrderBy enum

`GET /groups?order_by=similarity` is supported but not available in the
high level API
https://gitlab.com/gitlab-org/gitlab/-/issues/332889
parent 075ce397
......@@ -248,7 +248,7 @@ public interface Constants {
/** Enum to use for ordering the results of getGroups() and getSubGroups(). */
public enum GroupOrderBy {
NAME, PATH, ID;
NAME, PATH, ID, SIMILARITY;
private static JacksonJsonEnumHelper<GroupOrderBy> enumHelper = new JacksonJsonEnumHelper<>(GroupOrderBy.class);
@JsonCreator
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment