File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -3231,6 +3231,25 @@ paths:
3231
3231
type : integer
3232
3232
minimum : 1
3233
3233
in : header
3234
+ - name : sort
3235
+ required : false
3236
+ schema :
3237
+ type : string
3238
+ enum :
3239
+ - asc
3240
+ - desc
3241
+ in : query
3242
+ - name : status
3243
+ description : Returns only jobs with the selected status.
3244
+ required : false
3245
+ schema :
3246
+ type : string
3247
+ enum :
3248
+ - Processing
3249
+ - Queued
3250
+ - Completed
3251
+ - Failed
3252
+ in : query
3234
3253
- name : upload
3235
3254
required : false
3236
3255
schema :
@@ -3308,6 +3327,25 @@ paths:
3308
3327
type : integer
3309
3328
minimum : 1
3310
3329
in : header
3330
+ - name : status
3331
+ description : Returns only jobs with the selected status.
3332
+ required : false
3333
+ schema :
3334
+ type : string
3335
+ enum :
3336
+ - Processing
3337
+ - Queued
3338
+ - Completed
3339
+ - Failed
3340
+ in : query
3341
+ - name : sort
3342
+ required : false
3343
+ schema :
3344
+ type : string
3345
+ enum :
3346
+ - asc
3347
+ - desc
3348
+ in : query
3311
3349
responses :
3312
3350
' 200 ' :
3313
3351
description : OK
You can’t perform that action at this time.
0 commit comments