Skip to content

Commit

Permalink
feat: LEAP-1833: Pause limits settings for project (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: Jo Booth <[email protected]>
  • Loading branch information
triklozoid and jombooth authored Feb 21, 2025
1 parent 474228b commit a67a898
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions fern/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2497,6 +2497,8 @@ paths:
finished_task_number: 10
queue_total: 10
queue_done: 100
annotation_limit_count: 10
annotation_limit_percent: 50
tags:
- Projects
x-fern-sdk-group-name: projects
Expand Down Expand Up @@ -2569,6 +2571,14 @@ paths:
title: maximum_annotations
description: Maximum annotations per task
type: integer
annotation_limit_count:
title: annotation_limit_count
description: Maximum number of annotations per annotator
type: integer
annotation_limit_percent:
title: annotation_limit_percent
description: Maximum percentage of annotations per annotator
type: float
color:
title: color
description: Project color in HEX format
Expand Down Expand Up @@ -8514,6 +8524,15 @@ components:
annotations per task is equal or greater to this value, the task is
completed (is_labeled=True)
type: integer
annotation_limit_count:
title: Annotation limit count
description: Maximum number of tasks that can be annotated by a single annotator in this project
pause
type: integer
annotation_limit_percent:
title: Annotation limit percent
description: Maximum percentage of tasks in this project that can be annotated by a single annotator
type: float
is_published:
title: Published
description: Whether or not the project is published to annotators
Expand Down

0 comments on commit a67a898

Please sign in to comment.