Skip to content

Commit

Permalink
This should fix bad resquest issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vsperez committed Mar 13, 2019
1 parent b66be76 commit 3960447
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -773,8 +773,8 @@ public Response getRoutes(@BeanParam StandardParameters stdParameters,
description="Provides detailed information for a route includes all stops "
+ "and paths such that it can be drawn in a map.",tags= {"base data","route"})
public Response getRouteDetails(@BeanParam StandardParameters stdParameters,
@QueryParam(value = "r") @Parameter(description="List of routeId or routeShortName. Example: r=1&r=2" ,required=false)
List<String> routeIdsOrShortNames,
@Parameter(description="List of routeId or routeShortName. Example: r=1&r=2" ,required=false)
@QueryParam(value = "r") List<String> routeIdsOrShortNames,
@Parameter(description="If set then only the shape for specified direction is marked as being for the UI." ,required=false)
@QueryParam(value = "d") String directionId,
@Parameter(description="If set then only this stop and the remaining ones on "
Expand Down

0 comments on commit 3960447

Please sign in to comment.