There was an error while loading. Please reload this page.
PathParam parameter works: @ApiParam(required = true) @PathParam("userId") String username
QueryParam does not work: @ApiParam(required = true) @QueryParam("username") String username