Skip to content

Commit

Permalink
#133 hiddenLabel param
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-lg committed Apr 5, 2024
1 parent dee0ae3 commit b4061b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,7 @@ public PagingResponse<ConceptView> listConceptsLatestRelease(
.key(params.getKey())
.hasParent(params.getHasParent())
.hasReplacement(params.getHasReplacement())
.hiddenLabel(params.getHiddenLabel())
.build(),
params.getPage(),
vocabularyName);
Expand Down

0 comments on commit b4061b8

Please sign in to comment.