Skip to content

Commit

Permalink
docs: Swagger 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
23tae committed Dec 5, 2024
1 parent 690452a commit 10960f9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/main/kotlin/uoslife/servermeeting/match/api/MatchApi.kt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class MatchApi(
),
ApiResponse(
responseCode = "400",
description = "신청 내역 또는 성공 내역 없음",
description = "잘못된 요청",
content =
[
Content(
Expand All @@ -68,14 +68,17 @@ class MatchApi(
[
ExampleObject(
name = "Meeting Team Not Found",
description = "신청 내역 없음",
value =
"{\"message\": \"Meeting Team is not Found.\", \"status\": 400, \"code\": \"M06\"}"
),
ExampleObject(
name = "Match Not Found",
name = "Payment Not Found",
description = "결제 정보 없음",
value =
"{\"message\": \"Match is not Found.\", \"status\": 400, \"code\": \"MT01\"}"
)]
"{\"message\": \"Payment is not Found.\", \"status\": 400, \"code\": \"P01\"}"
),
]
)]
),
]
Expand Down

0 comments on commit 10960f9

Please sign in to comment.