Skip to content

Commit

Permalink
adding filter to existing api #564
Browse files Browse the repository at this point in the history
  • Loading branch information
ahakanzn committed Apr 22, 2024
1 parent bdd6859 commit cc5b56c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public CollectionResource(
schema = @Schema(implementation = String.class),
in = ParameterIn.QUERY),
@Parameter(
name = "sourc",
name = "source",
description = "Source attribute of MasterSourceMetadata",
schema = @Schema(implementation = Source.class),
in = ParameterIn.QUERY)
Expand Down

0 comments on commit cc5b56c

Please sign in to comment.