학습데이터 obj 삭제 스웨거 문구 수정
This commit is contained in:
@@ -177,12 +177,12 @@ public class DatasetApiController {
|
|||||||
return ApiResponseDto.ok(datasetService.searchDatasetObjectList(searchReq));
|
return ApiResponseDto.ok(datasetService.searchDatasetObjectList(searchReq));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Operation(summary = "학습데이터 관리 목록 조회", description = "학습데이터 목록을 조회합니다.")
|
@Operation(summary = "학습데이터 관리 obj 삭제", description = "학습데이터 관리 obj 삭제 API")
|
||||||
@ApiResponses(
|
@ApiResponses(
|
||||||
value = {
|
value = {
|
||||||
@ApiResponse(
|
@ApiResponse(
|
||||||
responseCode = "200",
|
responseCode = "200",
|
||||||
description = "조회 성공",
|
description = "삭제 성공",
|
||||||
content =
|
content =
|
||||||
@Content(
|
@Content(
|
||||||
mediaType = "application/json",
|
mediaType = "application/json",
|
||||||
|
|||||||
Reference in New Issue
Block a user