We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0acc3fa commit e94dc96Copy full SHA for e94dc96
apis/src/main/kotlin/org/yapp/apis/book/controller/BookControllerApi.kt
@@ -122,7 +122,7 @@ interface BookControllerApi {
122
ApiResponse(
123
responseCode = "200",
124
description = "서재 조회 성공",
125
- content = [Content(schema = Schema(implementation = UserBookResponse::class))]
+ content = [Content(schema = Schema(implementation = UserBookPageResponse::class))]
126
),
127
128
responseCode = "400",
0 commit comments