Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
GtanSndil committed Jun 27, 2024
1 parent 9f1c009 commit 2646f2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public String getDistributions() throws RmesException {
}

@GetMapping("/{id}")
@Operation(operationId = "getDistribution", summary = "List of distributions",
@Operation(operationId = "getDistribution", summary = "Get a distributions",
responses = {@ApiResponse(content = @Content(array = @ArraySchema(schema = @Schema(implementation = Distribution.class))))})
public String getDistribution(@PathVariable(Constants.ID) String id) throws RmesException {
return this.distributionService.getDistributionByID(id);
Expand Down

0 comments on commit 2646f2b

Please sign in to comment.