Skip to content

Commit

Permalink
chore: for swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
Seokyeong237 committed Jan 29, 2024
1 parent a8f4bb8 commit 034fbe0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
public class CarController {
private final CarService carService;

@Operation(description = "차량 등록")
@Operation(summary = "차량 등록 API")
@ApiResponses({
@io.swagger.v3.oas.annotations.responses.ApiResponse(responseCode = "201", description = "등록 성공"),
@io.swagger.v3.oas.annotations.responses.ApiResponse(responseCode = "500", description = "서버 내부 오류", content = @Content)
Expand Down

0 comments on commit 034fbe0

Please sign in to comment.