Skip to content

Commit

Permalink
getBasin featureSource schema example wqp -> WQP and st_union rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
ewojtylko committed Jan 11, 2024
1 parent ae22b84 commit 6144b3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ public void getCharacteristicData(
public void getBasin(
HttpServletRequest request,
HttpServletResponse response,
@PathVariable(LookupDao.FEATURE_SOURCE) @Schema(example = "wqp") String featureSource,
@PathVariable(LookupDao.FEATURE_SOURCE) @Schema(example = "WQP") String featureSource,
@PathVariable(Parameters.FEATURE_ID) @Schema(example = "USGS-054279485") String featureID,
@RequestParam(value = Parameters.SIMPLIFIED, required = false, defaultValue = "true")
Boolean simplified,
Expand Down

0 comments on commit 6144b3b

Please sign in to comment.