@@ -2121,6 +2121,8 @@ paths:
2121
2121
- DagRun
2122
2122
summary : Get Dag Run
2123
2123
operationId : get_dag_run
2124
+ security :
2125
+ - OAuth2PasswordBearer : []
2124
2126
parameters :
2125
2127
- name : dag_id
2126
2128
in : path
@@ -2171,6 +2173,8 @@ paths:
2171
2173
summary : Delete Dag Run
2172
2174
description : Delete a DAG Run entry.
2173
2175
operationId : delete_dag_run
2176
+ security :
2177
+ - OAuth2PasswordBearer : []
2174
2178
parameters :
2175
2179
- name : dag_id
2176
2180
in : path
@@ -2223,6 +2227,8 @@ paths:
2223
2227
summary : Patch Dag Run
2224
2228
description : Modify a DAG Run.
2225
2229
operationId : patch_dag_run
2230
+ security :
2231
+ - OAuth2PasswordBearer : []
2226
2232
parameters :
2227
2233
- name : dag_id
2228
2234
in : path
@@ -2349,6 +2355,8 @@ paths:
2349
2355
- DagRun
2350
2356
summary : Clear Dag Run
2351
2357
operationId : clear_dag_run
2358
+ security :
2359
+ - OAuth2PasswordBearer : []
2352
2360
parameters :
2353
2361
- name : dag_id
2354
2362
in : path
@@ -2413,6 +2421,8 @@ paths:
2413
2421
This endpoint allows specifying `~` as the dag_id to retrieve Dag Runs for
2414
2422
all DAGs.'
2415
2423
operationId : get_dag_runs
2424
+ security :
2425
+ - OAuth2PasswordBearer : []
2416
2426
parameters :
2417
2427
- name : dag_id
2418
2428
in : path
@@ -2578,6 +2588,8 @@ paths:
2578
2588
summary : Trigger Dag Run
2579
2589
description : Trigger a DAG.
2580
2590
operationId : trigger_dag_run
2591
+ security :
2592
+ - OAuth2PasswordBearer : []
2581
2593
parameters :
2582
2594
- name : dag_id
2583
2595
in : path
@@ -2640,6 +2652,8 @@ paths:
2640
2652
summary : Get List Dag Runs Batch
2641
2653
description : Get a list of DAG Runs.
2642
2654
operationId : get_list_dag_runs_batch
2655
+ security :
2656
+ - OAuth2PasswordBearer : []
2643
2657
parameters :
2644
2658
- name : dag_id
2645
2659
in : path
@@ -2692,6 +2706,8 @@ paths:
2692
2706
summary : Get Dag Source
2693
2707
description : Get source code using file token.
2694
2708
operationId : get_dag_source
2709
+ security :
2710
+ - OAuth2PasswordBearer : []
2695
2711
parameters :
2696
2712
- name : dag_id
2697
2713
in : path
@@ -2772,6 +2788,8 @@ paths:
2772
2788
summary : Get Dag Stats
2773
2789
description : Get Dag statistics.
2774
2790
operationId : get_dag_stats
2791
+ security :
2792
+ - OAuth2PasswordBearer : []
2775
2793
parameters :
2776
2794
- name : dag_ids
2777
2795
in : query
@@ -3030,6 +3048,8 @@ paths:
3030
3048
summary : List Dag Warnings
3031
3049
description : Get a list of DAG warnings.
3032
3050
operationId : list_dag_warnings
3051
+ security :
3052
+ - OAuth2PasswordBearer : []
3033
3053
parameters :
3034
3054
- name : dag_id
3035
3055
in : query
@@ -4557,6 +4577,8 @@ paths:
4557
4577
summary : Get Xcom Entry
4558
4578
description : Get an XCom entry.
4559
4579
operationId : get_xcom_entry
4580
+ security :
4581
+ - OAuth2PasswordBearer : []
4560
4582
parameters :
4561
4583
- name : dag_id
4562
4584
in : path
@@ -4650,6 +4672,8 @@ paths:
4650
4672
summary : Update Xcom Entry
4651
4673
description : Update an existing XCom entry.
4652
4674
operationId : update_xcom_entry
4675
+ security :
4676
+ - OAuth2PasswordBearer : []
4653
4677
parameters :
4654
4678
- name : dag_id
4655
4679
in : path
@@ -4729,6 +4753,8 @@ paths:
4729
4753
This endpoint allows specifying `~` as the dag_id, dag_run_id, task_id to
4730
4754
retrieve XCom entries for all DAGs.'
4731
4755
operationId : get_xcom_entries
4756
+ security :
4757
+ - OAuth2PasswordBearer : []
4732
4758
parameters :
4733
4759
- name : dag_id
4734
4760
in : path
@@ -4824,6 +4850,8 @@ paths:
4824
4850
summary : Create Xcom Entry
4825
4851
description : Create an XCom entry.
4826
4852
operationId : create_xcom_entry
4853
+ security :
4854
+ - OAuth2PasswordBearer : []
4827
4855
parameters :
4828
4856
- name : dag_id
4829
4857
in : path
@@ -4893,6 +4921,8 @@ paths:
4893
4921
summary : Get Task Instance
4894
4922
description : Get task instance.
4895
4923
operationId : get_task_instance
4924
+ security :
4925
+ - OAuth2PasswordBearer : []
4896
4926
parameters :
4897
4927
- name : dag_id
4898
4928
in : path
@@ -4949,6 +4979,8 @@ paths:
4949
4979
summary : Patch Task Instance
4950
4980
description : Update a task instance.
4951
4981
operationId : patch_task_instance
4982
+ security :
4983
+ - OAuth2PasswordBearer : []
4952
4984
parameters :
4953
4985
- name : dag_id
4954
4986
in : path
@@ -5041,6 +5073,8 @@ paths:
5041
5073
summary : Get Mapped Task Instances
5042
5074
description : Get list of mapped task instances.
5043
5075
operationId : get_mapped_task_instances
5076
+ security :
5077
+ - OAuth2PasswordBearer : []
5044
5078
parameters :
5045
5079
- name : dag_id
5046
5080
in : path
@@ -5267,6 +5301,8 @@ paths:
5267
5301
summary : Get Task Instance Dependencies
5268
5302
description : Get dependencies blocking task from getting scheduled.
5269
5303
operationId : get_task_instance_dependencies
5304
+ security :
5305
+ - OAuth2PasswordBearer : []
5270
5306
parameters :
5271
5307
- name : dag_id
5272
5308
in : path
@@ -5330,6 +5366,8 @@ paths:
5330
5366
summary : Get Task Instance Dependencies
5331
5367
description : Get dependencies blocking task from getting scheduled.
5332
5368
operationId : get_task_instance_dependencies
5369
+ security :
5370
+ - OAuth2PasswordBearer : []
5333
5371
parameters :
5334
5372
- name : dag_id
5335
5373
in : path
@@ -5394,6 +5432,8 @@ paths:
5394
5432
summary : Get Task Instance Tries
5395
5433
description : Get list of task instances history.
5396
5434
operationId : get_task_instance_tries
5435
+ security :
5436
+ - OAuth2PasswordBearer : []
5397
5437
parameters :
5398
5438
- name : dag_id
5399
5439
in : path
@@ -5457,6 +5497,8 @@ paths:
5457
5497
- Task Instance
5458
5498
summary : Get Mapped Task Instance Tries
5459
5499
operationId : get_mapped_task_instance_tries
5500
+ security :
5501
+ - OAuth2PasswordBearer : []
5460
5502
parameters :
5461
5503
- name : dag_id
5462
5504
in : path
@@ -5520,6 +5562,8 @@ paths:
5520
5562
summary : Get Mapped Task Instance
5521
5563
description : Get task instance.
5522
5564
operationId : get_mapped_task_instance
5565
+ security :
5566
+ - OAuth2PasswordBearer : []
5523
5567
parameters :
5524
5568
- name : dag_id
5525
5569
in : path
@@ -5582,6 +5626,8 @@ paths:
5582
5626
summary : Patch Task Instance
5583
5627
description : Update a task instance.
5584
5628
operationId : patch_task_instance
5629
+ security :
5630
+ - OAuth2PasswordBearer : []
5585
5631
parameters :
5586
5632
- name : dag_id
5587
5633
in : path
@@ -5679,6 +5725,8 @@ paths:
5679
5725
5680
5726
and DAG runs.'
5681
5727
operationId : get_task_instances
5728
+ security :
5729
+ - OAuth2PasswordBearer : []
5682
5730
parameters :
5683
5731
- name : dag_id
5684
5732
in : path
@@ -5915,6 +5963,8 @@ paths:
5915
5963
summary : Get Task Instances Batch
5916
5964
description : Get list of task instances.
5917
5965
operationId : get_task_instances_batch
5966
+ security :
5967
+ - OAuth2PasswordBearer : []
5918
5968
parameters :
5919
5969
- name : dag_id
5920
5970
in : path
@@ -5974,6 +6024,8 @@ paths:
5974
6024
summary : Get Task Instance Try Details
5975
6025
description : Get task instance details by try number.
5976
6026
operationId : get_task_instance_try_details
6027
+ security :
6028
+ - OAuth2PasswordBearer : []
5977
6029
parameters :
5978
6030
- name : dag_id
5979
6031
in : path
@@ -6043,6 +6095,8 @@ paths:
6043
6095
- Task Instance
6044
6096
summary : Get Mapped Task Instance Try Details
6045
6097
operationId : get_mapped_task_instance_try_details
6098
+ security :
6099
+ - OAuth2PasswordBearer : []
6046
6100
parameters :
6047
6101
- name : dag_id
6048
6102
in : path
@@ -6112,6 +6166,8 @@ paths:
6112
6166
summary : Post Clear Task Instances
6113
6167
description : Clear task instances.
6114
6168
operationId : post_clear_task_instances
6169
+ security :
6170
+ - OAuth2PasswordBearer : []
6115
6171
parameters :
6116
6172
- name : dag_id
6117
6173
in : path
@@ -6163,6 +6219,8 @@ paths:
6163
6219
summary : Patch Task Instance Dry Run
6164
6220
description : Update a task instance dry_run mode.
6165
6221
operationId : patch_task_instance_dry_run
6222
+ security :
6223
+ - OAuth2PasswordBearer : []
6166
6224
parameters :
6167
6225
- name : dag_id
6168
6226
in : path
@@ -6248,6 +6306,8 @@ paths:
6248
6306
summary : Patch Task Instance Dry Run
6249
6307
description : Update a task instance dry_run mode.
6250
6308
operationId : patch_task_instance_dry_run
6309
+ security :
6310
+ - OAuth2PasswordBearer : []
6251
6311
parameters :
6252
6312
- name : dag_id
6253
6313
in : path
@@ -6860,6 +6920,8 @@ paths:
6860
6920
summary : Reparse Dag File
6861
6921
description : Request re-parsing a DAG file.
6862
6922
operationId : reparse_dag_file
6923
+ security :
6924
+ - OAuth2PasswordBearer : []
6863
6925
parameters :
6864
6926
- name : file_token
6865
6927
in : path
0 commit comments