Skip to content

Commit

Permalink
[Chore] Swagger Annotation 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sanggae4133 committed Feb 16, 2024
1 parent e587214 commit 921b967
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public ResponseEntity<?> createRoad(
* @return
* @throws JsonProcessingException
*/
@Operation(summary = "산책 스팟 소속 산책로 페이징 조회 API",
@Operation(summary = "산책 스팟 소속 산책로 페이징 조회 API / findRoadBySpotId",
description = "산책 스팟에 속한 산책로를 페이징하여 조회하는 API 입니다.",
responses = {@ApiResponse(
responseCode = "200",
Expand Down Expand Up @@ -118,7 +118,7 @@ public ResponseEntity<?> findRoadBySpotId(
* @return
* @throws JsonProcessingException
*/
@Operation(summary = "매장 소속 산책로 페이징 조회 API",
@Operation(summary = "매장 소속 산책로 페이징 조회 API / findRoadByStoreId",
description = "매장에 속한 산책로를 페이징하여 조회하는 API 입니다.",
responses = {@ApiResponse(
responseCode = "200",
Expand Down Expand Up @@ -160,7 +160,7 @@ public ResponseEntity<?> findRoadByStoreId(
* @return
* @throws JsonProcessingException
*/
@Operation(summary = "산책로 삭제 API",
@Operation(summary = "산책로 삭제 API / deleteRoadgi",
description = "산책로를 삭제하는 API 입니다.",
responses = {@ApiResponse(
responseCode = "200",
Expand Down

0 comments on commit 921b967

Please sign in to comment.