라벨링 툴 API 설명 수정
This commit is contained in:
@@ -157,7 +157,7 @@ public class TrainingDataLabelApiController {
|
||||
return ApiResponseDto.ok(trainingDataLabelService.getDetail(assignmentUid));
|
||||
}
|
||||
|
||||
@Operation(summary = "라벨러 기본 page number 제공", description = "라벨러 기본 page number 제공")
|
||||
@Operation(summary = "라벨러 목록 기본정보제공", description = "라벨러 목록 기본정보제공")
|
||||
@ApiResponses(
|
||||
value = {
|
||||
@ApiResponse(
|
||||
@@ -315,7 +315,6 @@ public class TrainingDataLabelApiController {
|
||||
return ApiResponseDto.okObject(trainingDataLabelService.saveNewPolygon(request));
|
||||
}
|
||||
|
||||
|
||||
@Operation(summary = "COG 이미지 URL 조회", description = "변화 전/후 COG 이미지 URL을 함께 조회합니다")
|
||||
@ApiResponses(
|
||||
value = {
|
||||
|
||||
@@ -157,7 +157,7 @@ public class TrainingDataReviewApiController {
|
||||
return ApiResponseDto.ok(trainingDataReviewService.getDetail(operatorUid));
|
||||
}
|
||||
|
||||
@Operation(summary = "검수자 기본 page number 제공", description = "검수자 기본 page number 제공")
|
||||
@Operation(summary = "검수자 목록 기본정보제공", description = "검수자 목록 기본정보제공")
|
||||
@ApiResponses(
|
||||
value = {
|
||||
@ApiResponse(
|
||||
|
||||
Reference in New Issue
Block a user