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 5c775f7 commit acb81df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ protected BaseNetworkEntityResource(
name = "modified",
description =
"The modified date of the dataset. Accepts ranges and a '*' can be used as a wildcard, e.g.:modified=2023-04-01,*",
schema = @Schema(implementation = DatasetType.class),
schema = @Schema(implementation = Range.class),
in = ParameterIn.QUERY,
explode = Explode.TRUE),
@Parameter(name = "request", hidden = true)
Expand Down

0 comments on commit acb81df

Please sign in to comment.