Skip to content

Commit

Permalink
fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-lg committed Aug 2, 2023
1 parent 0f44188 commit 1a9b4b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ public class ConceptResource {
schema = @Schema(implementation = String.class),
in = ParameterIn.QUERY,
explode = Explode.TRUE))
@Parameter(name = "params", hidden = true)
@ListCommonDocs
@GetMapping
public PagingResponse<ConceptView> listConcepts(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ public class VocabularyResource {
})
@CommonParameters.QParameter
@Pageable.OffsetLimitParameters
@Parameter(name = "params", hidden = true)
@Docs.DefaultSearchResponses
@GetMapping
public PagingResponse<Vocabulary> listVocabularies(VocabularyListParams params) {
Expand Down

0 comments on commit 1a9b4b2

Please sign in to comment.