4
4
auth : false
5
5
base-path : ' '
6
6
endpoints :
7
- list :
7
+ api_annotation_reviews_list :
8
8
path : /api/annotation-reviews/
9
9
method : GET
10
10
auth : true
@@ -13,7 +13,7 @@ service:
13
13
openapi : openapi/openapi.yaml
14
14
display-name : List reviews
15
15
request :
16
- name : AnnotationReviewsListRequest
16
+ name : ApiAnnotationReviewsListRequest
17
17
query-parameters :
18
18
annotation : optional<integer>
19
19
annotation__task__project : optional<integer>
@@ -38,9 +38,7 @@ service:
38
38
result :
39
39
key : value
40
40
started_at : ' 2024-01-15T09:30:00Z'
41
- audiences :
42
- - public
43
- create :
41
+ api_annotation_reviews_create :
44
42
path : /api/annotation-reviews/
45
43
method : POST
46
44
auth : true
@@ -50,11 +48,6 @@ service:
50
48
display-name : Create review
51
49
request :
52
50
body : root.AnnotationReviewRequest
53
- query-parameters :
54
- async_postprocess :
55
- type : optional<boolean>
56
- docs : Whether to postprocess the review asynchronously.
57
- name : AnnotationReviewsCreateRequest
58
51
content-type : application/json
59
52
response :
60
53
docs : ' '
@@ -76,9 +69,7 @@ service:
76
69
result :
77
70
key : value
78
71
started_at : ' 2024-01-15T09:30:00Z'
79
- audiences :
80
- - public
81
- get :
72
+ api_annotation_reviews_retrieve :
82
73
path : /api/annotation-reviews/{id}/
83
74
method : GET
84
75
auth : true
@@ -110,8 +101,6 @@ service:
110
101
result :
111
102
key : value
112
103
started_at : ' 2024-01-15T09:30:00Z'
113
- audiences :
114
- - public
115
104
api_annotation_reviews_update :
116
105
path : /api/annotation-reviews/{id}/
117
106
method : PUT
@@ -149,9 +138,7 @@ service:
149
138
result :
150
139
key : value
151
140
started_at : ' 2024-01-15T09:30:00Z'
152
- audiences :
153
- - internal
154
- delete :
141
+ api_annotation_reviews_destroy :
155
142
path : /api/annotation-reviews/{id}/
156
143
method : DELETE
157
144
auth : true
@@ -166,9 +153,7 @@ service:
166
153
examples :
167
154
- path-parameters :
168
155
id : 1
169
- audiences :
170
- - public
171
- update :
156
+ api_annotation_reviews_partial_update :
172
157
path : /api/annotation-reviews/{id}/
173
158
method : PATCH
174
159
auth : true
@@ -220,7 +205,5 @@ service:
220
205
result :
221
206
key : value
222
207
started_at : ' 2024-01-15T09:30:00Z'
223
- audiences :
224
- - public
225
208
source :
226
209
openapi : openapi/openapi.yaml
0 commit comments