Merge branch 'feat/infer_dev_260107' of https://10.100.0.10:3210/dabeeo/kamco-dabeeo-backoffice into feat/infer_dev_260107
This commit is contained in:
@@ -256,36 +256,18 @@ public class LabelAllocateApiController {
|
|||||||
mediaType = "application/json",
|
mediaType = "application/json",
|
||||||
schema = @Schema(implementation = UpdateClosedRequest.class),
|
schema = @Schema(implementation = UpdateClosedRequest.class),
|
||||||
examples = {
|
examples = {
|
||||||
@io.swagger.v3.oas.annotations.media.ExampleObject(
|
|
||||||
name = "라벨링 종료",
|
|
||||||
value =
|
|
||||||
"""
|
|
||||||
{"closedType": "LABELING", "closedYn": "Y"}
|
|
||||||
"""),
|
|
||||||
@io.swagger.v3.oas.annotations.media.ExampleObject(
|
|
||||||
name = "검수 종료",
|
|
||||||
value =
|
|
||||||
"""
|
|
||||||
{"closedType": "INSPECTION", "closedYn": "Y"}
|
|
||||||
"""),
|
|
||||||
@io.swagger.v3.oas.annotations.media.ExampleObject(
|
|
||||||
name = "라벨링 재개",
|
|
||||||
value =
|
|
||||||
"""
|
|
||||||
{"closedType": "LABELING", "closedYn": "N"}
|
|
||||||
"""),
|
|
||||||
@io.swagger.v3.oas.annotations.media.ExampleObject(
|
|
||||||
name = "검수 재개",
|
|
||||||
value =
|
|
||||||
"""
|
|
||||||
{"closedType": "INSPECTION", "closedYn": "N"}
|
|
||||||
"""),
|
|
||||||
@io.swagger.v3.oas.annotations.media.ExampleObject(
|
@io.swagger.v3.oas.annotations.media.ExampleObject(
|
||||||
name = "특정 프로젝트 라벨링 전체 종료",
|
name = "특정 프로젝트 라벨링 전체 종료",
|
||||||
value =
|
value =
|
||||||
"""
|
"""
|
||||||
|
{"uuid": "f97dc186-e6d3-4645-9737-3173dde8dc64", "closedType": "LABELING", "closedYn": "Y"}
|
||||||
|
"""),
|
||||||
|
@io.swagger.v3.oas.annotations.media.ExampleObject(
|
||||||
|
name = "특정 프로젝트 검수 전체 종료",
|
||||||
|
value =
|
||||||
|
"""
|
||||||
{"uuid": "f97dc186-e6d3-4645-9737-3173dde8dc64", "closedType": "INSPECTION", "closedYn": "Y"}
|
{"uuid": "f97dc186-e6d3-4645-9737-3173dde8dc64", "closedType": "INSPECTION", "closedYn": "Y"}
|
||||||
""")
|
""")
|
||||||
}))
|
}))
|
||||||
@RequestBody
|
@RequestBody
|
||||||
@Valid
|
@Valid
|
||||||
|
|||||||
Reference in New Issue
Block a user