Skip to content

Commit

Permalink
PR feedback (#3970)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvince2 authored Jun 24, 2024
1 parent d6700d8 commit 3f03ef0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ public class SummaryController {

final CurrentUserService currentUserService;

@GetMapping
@PostMapping("/search")
@Secured(Roles.USER)
@Operation(summary = "Gets summaries by IDs")
@Operation(summary = "Gets a map of summaries by list of IDs")
@ApiResponses(
value = {
@ApiResponse(
Expand Down Expand Up @@ -204,7 +204,7 @@ public ResponseEntity<Summary> updateSummary(
value = {
@ApiResponse(
responseCode = "200",
description = "Summary deleted",
description = "Delete summary",
content = {
@Content(
mediaType = "application/json",
Expand Down

0 comments on commit 3f03ef0

Please sign in to comment.