라벨링 툴 detail 에 상태 추가

This commit is contained in:
2026-01-21 15:38:24 +09:00
parent ea9d474104
commit 3553567f4f
6 changed files with 8 additions and 4 deletions

View File

@@ -335,8 +335,6 @@ public class TrainingDataReviewApiController {
trainingDataReviewService.getDefaultPagingNumber(userId, size, operatorUid));
}
// 이번 범위에서는 새로운 폴리곤 추가하지 않는다고 하여 Hidden
@Hidden
@Operation(
summary = "새로운 polygon(들) 추가 저장",
description = "탐지결과 외 새로운 polygon을 추가로 저장합니다. 단일 또는 여러 개를 저장할 수 있습니다.")