feat: api wrapping
This commit is contained in:
@@ -45,7 +45,7 @@ public class ZooApiController {
|
||||
content =
|
||||
@Content(
|
||||
mediaType = "application/json",
|
||||
schema = @Schema(implementation = ZooDto.AddReq.class))),
|
||||
schema = @Schema(implementation = ZooDto.Detail.class))),
|
||||
@ApiResponse(responseCode = "400", description = "잘못된 요청 데이터", content = @Content),
|
||||
@ApiResponse(responseCode = "500", description = "서버 오류", content = @Content)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user