76
76
WebhookID | プロジェクト内で一意
77
77
入力データセットID | 組織内で一意
78
78
79
- version : 0.66.4
79
+ version : 0.66.7
80
80
title : AnnoFab Web API
81
81
x-logo :
82
82
url : " https://annofab.com/images/logo_landscape.png"
@@ -1630,12 +1630,6 @@ paths:
1630
1630
$ref : " #/components/responses/ErrorInvalidRequest"
1631
1631
401 :
1632
1632
$ref : " #/components/responses/ErrorUnauthorizedApi"
1633
- 409 :
1634
- description : 停止中プロジェクトに対する操作のため失敗
1635
- content :
1636
- application/json :
1637
- schema :
1638
- $ref : " #/components/schemas/ErrorStateMismatch"
1639
1633
503 :
1640
1634
$ref : " #/components/responses/ErrorUnderMaintenance"
1641
1635
/projects/{project_id}/rawdata/inspections :
@@ -5868,7 +5862,10 @@ components:
5868
5862
type : string
5869
5863
format : date-time
5870
5864
sampling_inspection_rate :
5871
- description : メンバー固有の抜取検査率。0-100のパーセント値で指定する。値が指定された場合、プロジェクトの抜取検査率を指定の値で上書きする。
5865
+ description : メンバー固有の抜取検査率(0-100のパーセント値)。
5866
+ type : integer
5867
+ sampling_acceptance_rate :
5868
+ description : メンバー固有の抜取受入率(0-100のパーセント値)。
5872
5869
type : integer
5873
5870
ProjectMemberStatus :
5874
5871
type : string
@@ -5892,6 +5889,12 @@ components:
5892
5889
$ref : " #/components/schemas/ProjectMemberStatus"
5893
5890
member_role :
5894
5891
$ref : " #/components/schemas/ProjectMemberRole"
5892
+ sampling_inspection_rate :
5893
+ description : メンバー固有の抜取検査率。0-100のパーセント値で指定する。値が指定された場合、プロジェクトの抜取検査率を指定の値で上書きする。
5894
+ type : integer
5895
+ sampling_acceptance_rate :
5896
+ description : メンバー固有の抜取受入率。0-100のパーセント値で指定する。値が指定された場合、プロジェクトの抜取受入率を指定の値で上書きする。
5897
+ type : integer
5895
5898
last_updated_datetime :
5896
5899
$ref : " #/components/schemas/LastUpdatedDatetime"
5897
5900
ProjectTaskStatisticsHistory :
0 commit comments