We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f88b33 commit e948720Copy full SHA for e948720
src/main/java/com/redhat/labs/lodestar/rest/client/CategoryApiClient.java
@@ -21,6 +21,7 @@ public interface CategoryApiClient {
21
List<Category> getCategories(@QueryParam("engagementUuid") String engagementUuidOption);//, @BeanParam PageFilter pageFilter
22
23
@GET
24
+ @Path("suggest")
25
Set<String> getCategorySuggestions(@QueryParam("partial") String partial);
26
27
0 commit comments