17
17
paths :
18
18
/api :
19
19
get :
20
- description : List API resources.
20
+ summary : List API resources.
21
21
operationId : api_list
22
22
parameters : []
23
23
responses :
31
31
- api
32
32
/api/bundles :
33
33
get :
34
- description : List bundles.
34
+ summary : List bundles.
35
35
operationId : bundles_list
36
36
parameters :
37
37
- $ref : ' #/components/parameters/Page'
74
74
tags :
75
75
- bundles
76
76
post :
77
- description : Create a bundle.
77
+ summary : Create a bundle.
78
78
operationId : bundles_create
79
79
security :
80
80
- basicAuth : []
@@ -112,7 +112,7 @@ paths:
112
112
title : ID
113
113
type : integer
114
114
get :
115
- description : Show a bundle.
115
+ summary : Show a bundle.
116
116
operationId : bundles_read
117
117
responses :
118
118
' 200 ' :
@@ -130,7 +130,7 @@ paths:
130
130
tags :
131
131
- bundles
132
132
patch :
133
- description : Update a bundle (partial).
133
+ summary : Update a bundle (partial).
134
134
operationId : bundles_partial_update
135
135
security :
136
136
- basicAuth : []
@@ -165,7 +165,10 @@ paths:
165
165
tags :
166
166
- bundles
167
167
put :
168
- description : Update a bundle.
168
+ summary : Update a bundle.
169
+ description :
170
+ Update an existing bundle.
171
+ The bundle must be owned by the currently authenticated user.
169
172
operationId : bundles_update
170
173
security :
171
174
- basicAuth : []
@@ -201,7 +204,7 @@ paths:
201
204
- bundles
202
205
/api/covers :
203
206
get :
204
- description : List cover letters.
207
+ summary : List cover letters.
205
208
operationId : covers_list
206
209
parameters :
207
210
- $ref : ' #/components/parameters/Page'
@@ -262,7 +265,7 @@ paths:
262
265
title : ID
263
266
type : integer
264
267
get :
265
- description : Show a cover letter.
268
+ summary : Show a cover letter.
266
269
operationId : covers_read
267
270
responses :
268
271
' 200 ' :
@@ -290,7 +293,7 @@ paths:
290
293
title : ID
291
294
type : integer
292
295
get :
293
- description : List comments
296
+ summary : List cover letter comments
294
297
operationId : cover_comments_list
295
298
parameters :
296
299
- $ref : ' #/components/parameters/Page'
@@ -334,7 +337,7 @@ paths:
334
337
title : Comment ID
335
338
type : integer
336
339
get :
337
- description : Show a cover comment.
340
+ summary : Show a cover letter comment.
338
341
operationId : cover_comments_read
339
342
responses :
340
343
' 200 ' :
@@ -352,7 +355,7 @@ paths:
352
355
tags :
353
356
- comments
354
357
patch :
355
- description : Update a cover comment (partial).
358
+ summary : Update a cover letter comment (partial).
356
359
operationId : cover_comments_partial_update
357
360
requestBody :
358
361
$ref : ' #/components/requestBodies/Comment'
@@ -385,7 +388,7 @@ paths:
385
388
- comments
386
389
/api/events :
387
390
get :
388
- description : List events.
391
+ summary : List events.
389
392
operationId : events_list
390
393
parameters :
391
394
- $ref : ' #/components/parameters/Page'
@@ -481,7 +484,7 @@ paths:
481
484
- events
482
485
/api/patches :
483
486
get :
484
- description : List patches.
487
+ summary : List patches.
485
488
operationId : patches_list
486
489
parameters :
487
490
- $ref : ' #/components/parameters/Page'
@@ -570,7 +573,7 @@ paths:
570
573
title : ID
571
574
type : integer
572
575
get :
573
- description : Show a patch.
576
+ summary : Show a patch.
574
577
operationId : patches_read
575
578
responses :
576
579
' 200 ' :
@@ -588,7 +591,7 @@ paths:
588
591
tags :
589
592
- patches
590
593
patch :
591
- description : Update a patch (partial).
594
+ summary : Update a patch (partial).
592
595
operationId : patches_partial_update
593
596
security :
594
597
- basicAuth : []
@@ -679,7 +682,7 @@ paths:
679
682
title : ID
680
683
type : integer
681
684
get :
682
- description : List comments
685
+ summary : List comments
683
686
operationId : patch_comments_list
684
687
parameters :
685
688
- $ref : ' #/components/parameters/Page'
@@ -723,7 +726,7 @@ paths:
723
726
title : Comment ID
724
727
type : integer
725
728
get :
726
- description : Show a patch comment.
729
+ summary : Show a patch comment.
727
730
operationId : patch_comments_read
728
731
responses :
729
732
' 200 ' :
@@ -741,7 +744,7 @@ paths:
741
744
tags :
742
745
- comments
743
746
patch :
744
- description : Update a patch comment (partial).
747
+ summary : Update a patch comment (partial).
745
748
operationId : patch_comments_partial_update
746
749
requestBody :
747
750
$ref : ' #/components/requestBodies/Comment'
@@ -782,7 +785,7 @@ paths:
782
785
title : Patch ID
783
786
type : integer
784
787
get :
785
- description : List checks.
788
+ summary : List checks.
786
789
operationId : checks_list
787
790
parameters :
788
791
- $ref : ' #/components/parameters/Page'
@@ -835,7 +838,7 @@ paths:
835
838
tags :
836
839
- checks
837
840
post :
838
- description : Create a check.
841
+ summary : Create a check.
839
842
operationId : checks_create
840
843
security :
841
844
- basicAuth : []
@@ -886,7 +889,7 @@ paths:
886
889
title : Check ID
887
890
type : integer
888
891
get :
889
- description : Show a check.
892
+ summary : Show a check.
890
893
operationId : checks_read
891
894
responses :
892
895
' 200 ' :
@@ -905,7 +908,7 @@ paths:
905
908
- checks
906
909
/api/people :
907
910
get :
908
- description : List people.
911
+ summary : List people.
909
912
operationId : people_list
910
913
security :
911
914
- basicAuth : []
@@ -945,7 +948,7 @@ paths:
945
948
title : ID
946
949
type : integer
947
950
get :
948
- description : Show a person.
951
+ summary : Show a person.
949
952
operationId : people_read
950
953
security :
951
954
- basicAuth : []
@@ -973,7 +976,7 @@ paths:
973
976
- people
974
977
/api/projects :
975
978
get :
976
- description : List projects.
979
+ summary : List projects.
977
980
operationId : projects_list
978
981
parameters :
979
982
- $ref : ' #/components/parameters/Page'
@@ -1005,7 +1008,7 @@ paths:
1005
1008
# TODO: Add regex?
1006
1009
type : string
1007
1010
get :
1008
- description : Show a project.
1011
+ summary : Show a project.
1009
1012
operationId : projects_read
1010
1013
responses :
1011
1014
' 200 ' :
@@ -1023,7 +1026,7 @@ paths:
1023
1026
tags :
1024
1027
- projects
1025
1028
patch :
1026
- description : Update a project (partial).
1029
+ summary : Update a project (partial).
1027
1030
operationId : projects_partial_update
1028
1031
security :
1029
1032
- basicAuth : []
@@ -1094,7 +1097,7 @@ paths:
1094
1097
- projects
1095
1098
/api/series :
1096
1099
get :
1097
- description : List series.
1100
+ summary : List series.
1098
1101
operationId : series_list
1099
1102
parameters :
1100
1103
- $ref : ' #/components/parameters/Page'
@@ -1139,7 +1142,7 @@ paths:
1139
1142
title : ID
1140
1143
type : integer
1141
1144
get :
1142
- description : Show a series.
1145
+ summary : Show a series.
1143
1146
operationId : series_read
1144
1147
responses :
1145
1148
' 200 ' :
@@ -1158,7 +1161,7 @@ paths:
1158
1161
- series
1159
1162
/api/users :
1160
1163
get :
1161
- description : List users.
1164
+ summary : List users.
1162
1165
operationId : users_list
1163
1166
security :
1164
1167
- basicAuth : []
@@ -1198,7 +1201,7 @@ paths:
1198
1201
title : ID
1199
1202
type : integer
1200
1203
get :
1201
- description : Show a user.
1204
+ summary : Show a user.
1202
1205
operationId : users_read
1203
1206
security :
1204
1207
- basicAuth : []
@@ -1225,7 +1228,7 @@ paths:
1225
1228
tags :
1226
1229
- users
1227
1230
patch :
1228
- description : Update a user (partial).
1231
+ summary : Update a user (partial).
1229
1232
operationId : users_partial_update
1230
1233
security :
1231
1234
- basicAuth : []
0 commit comments