라벨링툴 목록 : 종료상태는 제외, 안쓰는 API Hidden 처리

This commit is contained in:
2026-01-21 14:00:23 +09:00
parent 1c684820b0
commit 3ff126e7ac
13 changed files with 52 additions and 6 deletions

View File

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