Skip to content

Commit

Permalink
Rename description of swagger doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lkleisa committed Apr 10, 2024
1 parent 765ea7f commit 907882e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public ResponseEntity<List<AlignmentObjectiveDto>> getAlignmentSelections(
@ApiResponses(value = {
@ApiResponse(responseCode = "200", description = "Returned AlignmentLists, which match current filters", content = {
@Content(mediaType = "application/json", schema = @Schema(implementation = AlignmentLists.class)) }),
@ApiResponse(responseCode = "400", description = "Can't return AlignmentLists from current filter", content = @Content) })
@ApiResponse(responseCode = "400", description = "Could not generate AlignmentLists from current filter", content = @Content) })
@GetMapping("/alignmentLists")
public ResponseEntity<AlignmentLists> getAlignments(
@RequestParam(required = false, defaultValue = "", name = "teamFilter") List<Long> teamFilter,
Expand Down

0 comments on commit 907882e

Please sign in to comment.