We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8aa9f commit 5ec77c5Copy full SHA for 5ec77c5
src/main/java/upc/edu/gessi/repo/controller/ReviewsAPI.java
@@ -21,7 +21,7 @@ ResponseEntity<byte[]> extractReviews(
21
@RequestParam(name = "market-segment", defaultValue = "Communication", required = false) String marketSegment);
22
23
@ApiOperation("Fetch reviews based on features")
24
- @GetMapping(value = "/by-features")
+ @PostMapping(value = "/by-features")
25
ResponseEntity<List<ReviewFeatureResponseDTO>> getReviewsByFeatures(
26
@RequestBody ReviewFeatureRequestDTO request);
27
}
0 commit comments