You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2023/10/12 12:45:10 UTC

[airflow-client-python] 01/01: Add Client Version 2.7.2

This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch client-272
in repository https://gitbox.apache.org/repos/asf/airflow-client-python.git

commit d724614b390a0abf6ffb2d040f0b4e12ed96071d
Author: Ephraim Anierobi <sp...@gmail.com>
AuthorDate: Thu Oct 12 13:44:48 2023 +0100

    Add Client Version 2.7.2
---
 CHANGELOG.md                                                | 13 +++++++++++++
 airflow_client/README.md                                    |  4 ++--
 airflow_client/client/__init__.py                           |  4 ++--
 airflow_client/client/api/config_api.py                     |  2 +-
 airflow_client/client/api/connection_api.py                 |  2 +-
 airflow_client/client/api/dag_api.py                        |  2 +-
 airflow_client/client/api/dag_run_api.py                    |  2 +-
 airflow_client/client/api/dag_warning_api.py                |  2 +-
 airflow_client/client/api/dataset_api.py                    |  2 +-
 airflow_client/client/api/event_log_api.py                  |  2 +-
 airflow_client/client/api/import_error_api.py               |  2 +-
 airflow_client/client/api/monitoring_api.py                 |  2 +-
 airflow_client/client/api/permission_api.py                 |  2 +-
 airflow_client/client/api/plugin_api.py                     |  2 +-
 airflow_client/client/api/pool_api.py                       |  2 +-
 airflow_client/client/api/provider_api.py                   |  2 +-
 airflow_client/client/api/role_api.py                       |  2 +-
 airflow_client/client/api/task_instance_api.py              |  2 +-
 airflow_client/client/api/user_api.py                       |  2 +-
 airflow_client/client/api/variable_api.py                   |  2 +-
 airflow_client/client/api/x_com_api.py                      |  2 +-
 airflow_client/client/api_client.py                         |  4 ++--
 airflow_client/client/configuration.py                      |  6 +++---
 airflow_client/client/exceptions.py                         |  2 +-
 airflow_client/client/model/action.py                       |  2 +-
 airflow_client/client/model/action_collection.py            |  2 +-
 airflow_client/client/model/action_collection_all_of.py     |  2 +-
 airflow_client/client/model/action_resource.py              |  2 +-
 airflow_client/client/model/basic_dag_run.py                |  2 +-
 airflow_client/client/model/class_reference.py              |  2 +-
 airflow_client/client/model/clear_dag_run.py                |  2 +-
 airflow_client/client/model/clear_task_instances.py         |  2 +-
 airflow_client/client/model/collection_info.py              |  2 +-
 airflow_client/client/model/color.py                        |  2 +-
 airflow_client/client/model/config.py                       |  2 +-
 airflow_client/client/model/config_option.py                |  2 +-
 airflow_client/client/model/config_section.py               |  2 +-
 airflow_client/client/model/connection.py                   |  2 +-
 airflow_client/client/model/connection_all_of.py            |  2 +-
 airflow_client/client/model/connection_collection.py        |  2 +-
 airflow_client/client/model/connection_collection_all_of.py |  2 +-
 airflow_client/client/model/connection_collection_item.py   |  2 +-
 airflow_client/client/model/connection_test.py              |  2 +-
 airflow_client/client/model/cron_expression.py              |  2 +-
 airflow_client/client/model/dag.py                          |  2 +-
 airflow_client/client/model/dag_collection.py               |  2 +-
 airflow_client/client/model/dag_collection_all_of.py        |  2 +-
 airflow_client/client/model/dag_detail.py                   |  2 +-
 airflow_client/client/model/dag_detail_all_of.py            |  2 +-
 airflow_client/client/model/dag_processor_status.py         |  2 +-
 airflow_client/client/model/dag_run.py                      |  2 +-
 airflow_client/client/model/dag_run_collection.py           |  2 +-
 airflow_client/client/model/dag_run_collection_all_of.py    |  2 +-
 .../client/model/dag_schedule_dataset_reference.py          |  2 +-
 airflow_client/client/model/dag_state.py                    |  2 +-
 airflow_client/client/model/dag_warning.py                  |  2 +-
 airflow_client/client/model/dag_warning_collection.py       |  2 +-
 .../client/model/dag_warning_collection_all_of.py           |  2 +-
 airflow_client/client/model/dataset.py                      |  2 +-
 airflow_client/client/model/dataset_collection.py           |  2 +-
 airflow_client/client/model/dataset_collection_all_of.py    |  2 +-
 airflow_client/client/model/dataset_event.py                |  2 +-
 airflow_client/client/model/dataset_event_collection.py     |  2 +-
 .../client/model/dataset_event_collection_all_of.py         |  2 +-
 airflow_client/client/model/error.py                        |  2 +-
 airflow_client/client/model/event_log.py                    |  2 +-
 airflow_client/client/model/event_log_collection.py         |  2 +-
 airflow_client/client/model/event_log_collection_all_of.py  |  2 +-
 airflow_client/client/model/extra_link.py                   |  2 +-
 airflow_client/client/model/extra_link_collection.py        |  2 +-
 airflow_client/client/model/health_info.py                  |  2 +-
 airflow_client/client/model/health_status.py                |  2 +-
 airflow_client/client/model/import_error.py                 |  2 +-
 airflow_client/client/model/import_error_collection.py      |  2 +-
 .../client/model/import_error_collection_all_of.py          |  2 +-
 airflow_client/client/model/inline_response200.py           |  2 +-
 airflow_client/client/model/inline_response2001.py          |  2 +-
 airflow_client/client/model/job.py                          |  2 +-
 airflow_client/client/model/list_dag_runs_form.py           |  2 +-
 airflow_client/client/model/list_task_instance_form.py      |  2 +-
 airflow_client/client/model/metadatabase_status.py          |  2 +-
 airflow_client/client/model/plugin_collection.py            |  2 +-
 airflow_client/client/model/plugin_collection_all_of.py     |  2 +-
 airflow_client/client/model/plugin_collection_item.py       |  2 +-
 airflow_client/client/model/pool.py                         |  2 +-
 airflow_client/client/model/pool_collection.py              |  2 +-
 airflow_client/client/model/pool_collection_all_of.py       |  2 +-
 airflow_client/client/model/provider.py                     |  2 +-
 airflow_client/client/model/provider_collection.py          |  2 +-
 airflow_client/client/model/relative_delta.py               |  2 +-
 airflow_client/client/model/resource.py                     |  2 +-
 airflow_client/client/model/role.py                         |  2 +-
 airflow_client/client/model/role_collection.py              |  2 +-
 airflow_client/client/model/role_collection_all_of.py       |  2 +-
 airflow_client/client/model/schedule_interval.py            |  2 +-
 airflow_client/client/model/scheduler_status.py             |  2 +-
 airflow_client/client/model/set_dag_run_note.py             |  2 +-
 airflow_client/client/model/set_task_instance_note.py       |  2 +-
 airflow_client/client/model/sla_miss.py                     |  2 +-
 airflow_client/client/model/tag.py                          |  2 +-
 airflow_client/client/model/task.py                         |  2 +-
 airflow_client/client/model/task_collection.py              |  2 +-
 airflow_client/client/model/task_extra_links.py             |  2 +-
 airflow_client/client/model/task_instance.py                |  2 +-
 airflow_client/client/model/task_instance_collection.py     |  2 +-
 .../client/model/task_instance_collection_all_of.py         |  2 +-
 airflow_client/client/model/task_instance_reference.py      |  2 +-
 .../client/model/task_instance_reference_collection.py      |  2 +-
 .../client/model/task_outlet_dataset_reference.py           |  2 +-
 airflow_client/client/model/task_state.py                   |  2 +-
 airflow_client/client/model/time_delta.py                   |  2 +-
 airflow_client/client/model/trigger.py                      |  2 +-
 airflow_client/client/model/trigger_rule.py                 |  2 +-
 airflow_client/client/model/triggerer_status.py             |  2 +-
 airflow_client/client/model/update_dag_run_state.py         |  2 +-
 airflow_client/client/model/update_task_instance.py         |  6 +++---
 airflow_client/client/model/update_task_instances_state.py  |  2 +-
 airflow_client/client/model/user.py                         |  2 +-
 airflow_client/client/model/user_all_of.py                  |  2 +-
 airflow_client/client/model/user_collection.py              |  2 +-
 airflow_client/client/model/user_collection_all_of.py       |  2 +-
 airflow_client/client/model/user_collection_item.py         |  2 +-
 airflow_client/client/model/user_collection_item_roles.py   |  2 +-
 airflow_client/client/model/variable.py                     |  2 +-
 airflow_client/client/model/variable_all_of.py              |  2 +-
 airflow_client/client/model/variable_collection.py          |  2 +-
 airflow_client/client/model/variable_collection_all_of.py   |  2 +-
 airflow_client/client/model/variable_collection_item.py     |  2 +-
 airflow_client/client/model/version_info.py                 |  2 +-
 airflow_client/client/model/weight_rule.py                  |  2 +-
 airflow_client/client/model/x_com.py                        |  2 +-
 airflow_client/client/model/x_com_all_of.py                 |  2 +-
 airflow_client/client/model/x_com_collection.py             |  2 +-
 airflow_client/client/model/x_com_collection_all_of.py      |  2 +-
 airflow_client/client/model/x_com_collection_item.py        |  2 +-
 airflow_client/client/model_utils.py                        |  2 +-
 airflow_client/client/rest.py                               |  2 +-
 airflow_client/docs/TaskInstanceApi.md                      |  4 ++--
 airflow_client/docs/UpdateTaskInstance.md                   |  2 +-
 airflow_client/test/test_action.py                          |  2 +-
 airflow_client/test/test_action_collection.py               |  2 +-
 airflow_client/test/test_action_collection_all_of.py        |  2 +-
 airflow_client/test/test_action_resource.py                 |  2 +-
 airflow_client/test/test_basic_dag_run.py                   |  2 +-
 airflow_client/test/test_class_reference.py                 |  2 +-
 airflow_client/test/test_clear_dag_run.py                   |  2 +-
 airflow_client/test/test_clear_task_instances.py            |  2 +-
 airflow_client/test/test_collection_info.py                 |  2 +-
 airflow_client/test/test_color.py                           |  2 +-
 airflow_client/test/test_config.py                          |  2 +-
 airflow_client/test/test_config_api.py                      |  2 +-
 airflow_client/test/test_config_option.py                   |  2 +-
 airflow_client/test/test_config_section.py                  |  2 +-
 airflow_client/test/test_connection.py                      |  2 +-
 airflow_client/test/test_connection_all_of.py               |  2 +-
 airflow_client/test/test_connection_api.py                  |  2 +-
 airflow_client/test/test_connection_collection.py           |  2 +-
 airflow_client/test/test_connection_collection_all_of.py    |  2 +-
 airflow_client/test/test_connection_collection_item.py      |  2 +-
 airflow_client/test/test_connection_test.py                 |  2 +-
 airflow_client/test/test_cron_expression.py                 |  2 +-
 airflow_client/test/test_dag.py                             |  2 +-
 airflow_client/test/test_dag_api.py                         |  2 +-
 airflow_client/test/test_dag_collection.py                  |  2 +-
 airflow_client/test/test_dag_collection_all_of.py           |  2 +-
 airflow_client/test/test_dag_detail.py                      |  2 +-
 airflow_client/test/test_dag_detail_all_of.py               |  2 +-
 airflow_client/test/test_dag_processor_status.py            |  2 +-
 airflow_client/test/test_dag_run.py                         |  2 +-
 airflow_client/test/test_dag_run_api.py                     |  2 +-
 airflow_client/test/test_dag_run_collection.py              |  2 +-
 airflow_client/test/test_dag_run_collection_all_of.py       |  2 +-
 airflow_client/test/test_dag_schedule_dataset_reference.py  |  2 +-
 airflow_client/test/test_dag_state.py                       |  2 +-
 airflow_client/test/test_dag_warning.py                     |  2 +-
 airflow_client/test/test_dag_warning_api.py                 |  2 +-
 airflow_client/test/test_dag_warning_collection.py          |  2 +-
 airflow_client/test/test_dag_warning_collection_all_of.py   |  2 +-
 airflow_client/test/test_dataset.py                         |  2 +-
 airflow_client/test/test_dataset_api.py                     |  2 +-
 airflow_client/test/test_dataset_collection.py              |  2 +-
 airflow_client/test/test_dataset_collection_all_of.py       |  2 +-
 airflow_client/test/test_dataset_event.py                   |  2 +-
 airflow_client/test/test_dataset_event_collection.py        |  2 +-
 airflow_client/test/test_dataset_event_collection_all_of.py |  2 +-
 airflow_client/test/test_error.py                           |  2 +-
 airflow_client/test/test_event_log.py                       |  2 +-
 airflow_client/test/test_event_log_api.py                   |  2 +-
 airflow_client/test/test_event_log_collection.py            |  2 +-
 airflow_client/test/test_event_log_collection_all_of.py     |  2 +-
 airflow_client/test/test_extra_link.py                      |  2 +-
 airflow_client/test/test_extra_link_collection.py           |  2 +-
 airflow_client/test/test_health_info.py                     |  2 +-
 airflow_client/test/test_health_status.py                   |  2 +-
 airflow_client/test/test_import_error.py                    |  2 +-
 airflow_client/test/test_import_error_api.py                |  2 +-
 airflow_client/test/test_import_error_collection.py         |  2 +-
 airflow_client/test/test_import_error_collection_all_of.py  |  2 +-
 airflow_client/test/test_inline_response200.py              |  2 +-
 airflow_client/test/test_inline_response2001.py             |  2 +-
 airflow_client/test/test_job.py                             |  2 +-
 airflow_client/test/test_list_dag_runs_form.py              |  2 +-
 airflow_client/test/test_list_task_instance_form.py         |  2 +-
 airflow_client/test/test_metadatabase_status.py             |  2 +-
 airflow_client/test/test_monitoring_api.py                  |  2 +-
 airflow_client/test/test_permission_api.py                  |  2 +-
 airflow_client/test/test_plugin_api.py                      |  2 +-
 airflow_client/test/test_plugin_collection.py               |  2 +-
 airflow_client/test/test_plugin_collection_all_of.py        |  2 +-
 airflow_client/test/test_plugin_collection_item.py          |  2 +-
 airflow_client/test/test_pool.py                            |  2 +-
 airflow_client/test/test_pool_api.py                        |  2 +-
 airflow_client/test/test_pool_collection.py                 |  2 +-
 airflow_client/test/test_pool_collection_all_of.py          |  2 +-
 airflow_client/test/test_provider.py                        |  2 +-
 airflow_client/test/test_provider_api.py                    |  2 +-
 airflow_client/test/test_provider_collection.py             |  2 +-
 airflow_client/test/test_relative_delta.py                  |  2 +-
 airflow_client/test/test_resource.py                        |  2 +-
 airflow_client/test/test_role.py                            |  2 +-
 airflow_client/test/test_role_api.py                        |  2 +-
 airflow_client/test/test_role_collection.py                 |  2 +-
 airflow_client/test/test_role_collection_all_of.py          |  2 +-
 airflow_client/test/test_schedule_interval.py               |  2 +-
 airflow_client/test/test_scheduler_status.py                |  2 +-
 airflow_client/test/test_set_dag_run_note.py                |  2 +-
 airflow_client/test/test_set_task_instance_note.py          |  2 +-
 airflow_client/test/test_sla_miss.py                        |  2 +-
 airflow_client/test/test_tag.py                             |  2 +-
 airflow_client/test/test_task.py                            |  2 +-
 airflow_client/test/test_task_collection.py                 |  2 +-
 airflow_client/test/test_task_extra_links.py                |  2 +-
 airflow_client/test/test_task_instance.py                   |  2 +-
 airflow_client/test/test_task_instance_api.py               |  2 +-
 airflow_client/test/test_task_instance_collection.py        |  2 +-
 airflow_client/test/test_task_instance_collection_all_of.py |  2 +-
 airflow_client/test/test_task_instance_reference.py         |  2 +-
 .../test/test_task_instance_reference_collection.py         |  2 +-
 airflow_client/test/test_task_outlet_dataset_reference.py   |  2 +-
 airflow_client/test/test_task_state.py                      |  2 +-
 airflow_client/test/test_time_delta.py                      |  2 +-
 airflow_client/test/test_trigger.py                         |  2 +-
 airflow_client/test/test_trigger_rule.py                    |  2 +-
 airflow_client/test/test_triggerer_status.py                |  2 +-
 airflow_client/test/test_update_dag_run_state.py            |  2 +-
 airflow_client/test/test_update_task_instance.py            |  2 +-
 airflow_client/test/test_update_task_instances_state.py     |  2 +-
 airflow_client/test/test_user.py                            |  2 +-
 airflow_client/test/test_user_all_of.py                     |  2 +-
 airflow_client/test/test_user_api.py                        |  2 +-
 airflow_client/test/test_user_collection.py                 |  2 +-
 airflow_client/test/test_user_collection_all_of.py          |  2 +-
 airflow_client/test/test_user_collection_item.py            |  2 +-
 airflow_client/test/test_user_collection_item_roles.py      |  2 +-
 airflow_client/test/test_variable.py                        |  2 +-
 airflow_client/test/test_variable_all_of.py                 |  2 +-
 airflow_client/test/test_variable_api.py                    |  2 +-
 airflow_client/test/test_variable_collection.py             |  2 +-
 airflow_client/test/test_variable_collection_all_of.py      |  2 +-
 airflow_client/test/test_variable_collection_item.py        |  2 +-
 airflow_client/test/test_version_info.py                    |  2 +-
 airflow_client/test/test_weight_rule.py                     |  2 +-
 airflow_client/test/test_x_com.py                           |  2 +-
 airflow_client/test/test_x_com_all_of.py                    |  2 +-
 airflow_client/test/test_x_com_api.py                       |  2 +-
 airflow_client/test/test_x_com_collection.py                |  2 +-
 airflow_client/test/test_x_com_collection_all_of.py         |  2 +-
 airflow_client/test/test_x_com_collection_item.py           |  2 +-
 setup.py                                                    |  2 +-
 269 files changed, 289 insertions(+), 276 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 610025f..38492d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,19 @@
  under the License.
  -->
 
+ # v2.7.2
+
+ Apache Airflow API version: 2.7.2
+
+  ### Major changes:
+  - NA
+
+  ### Major Fixes
+  - Fix: make dry run optional for patch task instance  ([#34568](https://github.com/apache/airflow/pull/34568))
+
+  ### NEW API supported
+  - NA
+
 # v2.7.0
 
 Apache Airflow API version: 2.7.0
diff --git a/airflow_client/README.md b/airflow_client/README.md
index d44ed40..e856925 100644
--- a/airflow_client/README.md
+++ b/airflow_client/README.md
@@ -232,8 +232,8 @@ fulfilling the request.
 
 This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
 
-- API version: 2.7.0
-- Package version: 2.7.0
+- API version: 2.7.2
+- Package version: 2.7.2
 - Build package: org.openapitools.codegen.languages.PythonClientCodegen
 For more information, please visit [https://airflow.apache.org](https://airflow.apache.org)
 
diff --git a/airflow_client/client/__init__.py b/airflow_client/client/__init__.py
index bcaf078..33ec5f5 100644
--- a/airflow_client/client/__init__.py
+++ b/airflow_client/client/__init__.py
@@ -22,13 +22,13 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
 
 
-__version__ = "2.7.0"
+__version__ = "2.7.2"
 
 # import ApiClient
 from airflow_client.client.api_client import ApiClient
diff --git a/airflow_client/client/api/config_api.py b/airflow_client/client/api/config_api.py
index 764aea1..623dd64 100644
--- a/airflow_client/client/api/config_api.py
+++ b/airflow_client/client/api/config_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/connection_api.py b/airflow_client/client/api/connection_api.py
index a27eecb..db0b5a6 100644
--- a/airflow_client/client/api/connection_api.py
+++ b/airflow_client/client/api/connection_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/dag_api.py b/airflow_client/client/api/dag_api.py
index 2e15360..2b09d20 100644
--- a/airflow_client/client/api/dag_api.py
+++ b/airflow_client/client/api/dag_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/dag_run_api.py b/airflow_client/client/api/dag_run_api.py
index a89a9fd..0521ab8 100644
--- a/airflow_client/client/api/dag_run_api.py
+++ b/airflow_client/client/api/dag_run_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/dag_warning_api.py b/airflow_client/client/api/dag_warning_api.py
index 5851d59..ee78fd2 100644
--- a/airflow_client/client/api/dag_warning_api.py
+++ b/airflow_client/client/api/dag_warning_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/dataset_api.py b/airflow_client/client/api/dataset_api.py
index 912d743..5af1022 100644
--- a/airflow_client/client/api/dataset_api.py
+++ b/airflow_client/client/api/dataset_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/event_log_api.py b/airflow_client/client/api/event_log_api.py
index d1af698..5edd828 100644
--- a/airflow_client/client/api/event_log_api.py
+++ b/airflow_client/client/api/event_log_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/import_error_api.py b/airflow_client/client/api/import_error_api.py
index 1be81fc..4b6be70 100644
--- a/airflow_client/client/api/import_error_api.py
+++ b/airflow_client/client/api/import_error_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/monitoring_api.py b/airflow_client/client/api/monitoring_api.py
index ac903ee..12a07bf 100644
--- a/airflow_client/client/api/monitoring_api.py
+++ b/airflow_client/client/api/monitoring_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/permission_api.py b/airflow_client/client/api/permission_api.py
index 597c54e..6e054d7 100644
--- a/airflow_client/client/api/permission_api.py
+++ b/airflow_client/client/api/permission_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/plugin_api.py b/airflow_client/client/api/plugin_api.py
index 2359872..fb03b22 100644
--- a/airflow_client/client/api/plugin_api.py
+++ b/airflow_client/client/api/plugin_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/pool_api.py b/airflow_client/client/api/pool_api.py
index 704b530..aecdf0d 100644
--- a/airflow_client/client/api/pool_api.py
+++ b/airflow_client/client/api/pool_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/provider_api.py b/airflow_client/client/api/provider_api.py
index 00f4bf7..e0b5c5c 100644
--- a/airflow_client/client/api/provider_api.py
+++ b/airflow_client/client/api/provider_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/role_api.py b/airflow_client/client/api/role_api.py
index 24f6e3e..4de83d6 100644
--- a/airflow_client/client/api/role_api.py
+++ b/airflow_client/client/api/role_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/task_instance_api.py b/airflow_client/client/api/task_instance_api.py
index c133013..cc2db92 100644
--- a/airflow_client/client/api/task_instance_api.py
+++ b/airflow_client/client/api/task_instance_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/user_api.py b/airflow_client/client/api/user_api.py
index 380b70e..0cc612f 100644
--- a/airflow_client/client/api/user_api.py
+++ b/airflow_client/client/api/user_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/variable_api.py b/airflow_client/client/api/variable_api.py
index b138d47..ee8e481 100644
--- a/airflow_client/client/api/variable_api.py
+++ b/airflow_client/client/api/variable_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/x_com_api.py b/airflow_client/client/api/x_com_api.py
index f9a077e..aa6a9d5 100644
--- a/airflow_client/client/api/x_com_api.py
+++ b/airflow_client/client/api/x_com_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api_client.py b/airflow_client/client/api_client.py
index 816d9ec..3b82581 100644
--- a/airflow_client/client/api_client.py
+++ b/airflow_client/client/api_client.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
@@ -94,7 +94,7 @@ class ApiClient(object):
             self.default_headers[header_name] = header_value
         self.cookie = cookie
         # Set default User-Agent.
-        self.user_agent = 'OpenAPI-Generator/2.7.0/python'
+        self.user_agent = 'OpenAPI-Generator/2.7.2/python'
 
     def __enter__(self):
         return self
diff --git a/airflow_client/client/configuration.py b/airflow_client/client/configuration.py
index a3ba645..a2bffca 100644
--- a/airflow_client/client/configuration.py
+++ b/airflow_client/client/configuration.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
@@ -421,8 +421,8 @@ conf = client.Configuration(
         return "Python SDK Debug Report:\n"\
                "OS: {env}\n"\
                "Python Version: {pyversion}\n"\
-               "Version of the API: 2.7.0\n"\
-               "SDK Package Version: 2.7.0".\
+               "Version of the API: 2.7.2\n"\
+               "SDK Package Version: 2.7.2".\
                format(env=sys.platform, pyversion=sys.version)
 
     def get_host_settings(self):
diff --git a/airflow_client/client/exceptions.py b/airflow_client/client/exceptions.py
index 61ae061..2e7dc53 100644
--- a/airflow_client/client/exceptions.py
+++ b/airflow_client/client/exceptions.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/action.py b/airflow_client/client/model/action.py
index 7e2666d..f556d59 100644
--- a/airflow_client/client/model/action.py
+++ b/airflow_client/client/model/action.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/action_collection.py b/airflow_client/client/model/action_collection.py
index 1c968e7..397eb25 100644
--- a/airflow_client/client/model/action_collection.py
+++ b/airflow_client/client/model/action_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/action_collection_all_of.py b/airflow_client/client/model/action_collection_all_of.py
index ee73981..eee1a98 100644
--- a/airflow_client/client/model/action_collection_all_of.py
+++ b/airflow_client/client/model/action_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/action_resource.py b/airflow_client/client/model/action_resource.py
index 2a30923..51f2226 100644
--- a/airflow_client/client/model/action_resource.py
+++ b/airflow_client/client/model/action_resource.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/basic_dag_run.py b/airflow_client/client/model/basic_dag_run.py
index 9d0b368..41e5cc5 100644
--- a/airflow_client/client/model/basic_dag_run.py
+++ b/airflow_client/client/model/basic_dag_run.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/class_reference.py b/airflow_client/client/model/class_reference.py
index d9c656b..ba9c76f 100644
--- a/airflow_client/client/model/class_reference.py
+++ b/airflow_client/client/model/class_reference.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/clear_dag_run.py b/airflow_client/client/model/clear_dag_run.py
index 2be877b..5a58f75 100644
--- a/airflow_client/client/model/clear_dag_run.py
+++ b/airflow_client/client/model/clear_dag_run.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/clear_task_instances.py b/airflow_client/client/model/clear_task_instances.py
index d783d7d..435a698 100644
--- a/airflow_client/client/model/clear_task_instances.py
+++ b/airflow_client/client/model/clear_task_instances.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/collection_info.py b/airflow_client/client/model/collection_info.py
index ed5642f..3a35584 100644
--- a/airflow_client/client/model/collection_info.py
+++ b/airflow_client/client/model/collection_info.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/color.py b/airflow_client/client/model/color.py
index 40cbbf5..9dc4281 100644
--- a/airflow_client/client/model/color.py
+++ b/airflow_client/client/model/color.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/config.py b/airflow_client/client/model/config.py
index 29eb047..abee336 100644
--- a/airflow_client/client/model/config.py
+++ b/airflow_client/client/model/config.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/config_option.py b/airflow_client/client/model/config_option.py
index f5a99b2..50ccf2e 100644
--- a/airflow_client/client/model/config_option.py
+++ b/airflow_client/client/model/config_option.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/config_section.py b/airflow_client/client/model/config_section.py
index 886a8d2..05f014a 100644
--- a/airflow_client/client/model/config_section.py
+++ b/airflow_client/client/model/config_section.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/connection.py b/airflow_client/client/model/connection.py
index 30099c0..416a1b4 100644
--- a/airflow_client/client/model/connection.py
+++ b/airflow_client/client/model/connection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/connection_all_of.py b/airflow_client/client/model/connection_all_of.py
index 7953696..0f951e2 100644
--- a/airflow_client/client/model/connection_all_of.py
+++ b/airflow_client/client/model/connection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/connection_collection.py b/airflow_client/client/model/connection_collection.py
index 1998e00..1d6bc5a 100644
--- a/airflow_client/client/model/connection_collection.py
+++ b/airflow_client/client/model/connection_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/connection_collection_all_of.py b/airflow_client/client/model/connection_collection_all_of.py
index 0974906..f5fa479 100644
--- a/airflow_client/client/model/connection_collection_all_of.py
+++ b/airflow_client/client/model/connection_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/connection_collection_item.py b/airflow_client/client/model/connection_collection_item.py
index 4e27256..fd30387 100644
--- a/airflow_client/client/model/connection_collection_item.py
+++ b/airflow_client/client/model/connection_collection_item.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/connection_test.py b/airflow_client/client/model/connection_test.py
index 32e035a..d6f2499 100644
--- a/airflow_client/client/model/connection_test.py
+++ b/airflow_client/client/model/connection_test.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/cron_expression.py b/airflow_client/client/model/cron_expression.py
index 5b774a5..e935159 100644
--- a/airflow_client/client/model/cron_expression.py
+++ b/airflow_client/client/model/cron_expression.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dag.py b/airflow_client/client/model/dag.py
index 64a301c..1852fe2 100644
--- a/airflow_client/client/model/dag.py
+++ b/airflow_client/client/model/dag.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dag_collection.py b/airflow_client/client/model/dag_collection.py
index 9a4a9d9..ab6e788 100644
--- a/airflow_client/client/model/dag_collection.py
+++ b/airflow_client/client/model/dag_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dag_collection_all_of.py b/airflow_client/client/model/dag_collection_all_of.py
index 705c069..0aa97f6 100644
--- a/airflow_client/client/model/dag_collection_all_of.py
+++ b/airflow_client/client/model/dag_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dag_detail.py b/airflow_client/client/model/dag_detail.py
index 1d5ece6..70756bb 100644
--- a/airflow_client/client/model/dag_detail.py
+++ b/airflow_client/client/model/dag_detail.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dag_detail_all_of.py b/airflow_client/client/model/dag_detail_all_of.py
index bf1e628..5ba2a16 100644
--- a/airflow_client/client/model/dag_detail_all_of.py
+++ b/airflow_client/client/model/dag_detail_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dag_processor_status.py b/airflow_client/client/model/dag_processor_status.py
index 14642db..2ac1132 100644
--- a/airflow_client/client/model/dag_processor_status.py
+++ b/airflow_client/client/model/dag_processor_status.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dag_run.py b/airflow_client/client/model/dag_run.py
index af9b496..f19b04b 100644
--- a/airflow_client/client/model/dag_run.py
+++ b/airflow_client/client/model/dag_run.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dag_run_collection.py b/airflow_client/client/model/dag_run_collection.py
index fc2dc59..1831f87 100644
--- a/airflow_client/client/model/dag_run_collection.py
+++ b/airflow_client/client/model/dag_run_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dag_run_collection_all_of.py b/airflow_client/client/model/dag_run_collection_all_of.py
index 66e5c43..82395f9 100644
--- a/airflow_client/client/model/dag_run_collection_all_of.py
+++ b/airflow_client/client/model/dag_run_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dag_schedule_dataset_reference.py b/airflow_client/client/model/dag_schedule_dataset_reference.py
index 59e97a8..05ad0bc 100644
--- a/airflow_client/client/model/dag_schedule_dataset_reference.py
+++ b/airflow_client/client/model/dag_schedule_dataset_reference.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dag_state.py b/airflow_client/client/model/dag_state.py
index 226041c..246a474 100644
--- a/airflow_client/client/model/dag_state.py
+++ b/airflow_client/client/model/dag_state.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dag_warning.py b/airflow_client/client/model/dag_warning.py
index 8c58279..e4a39ab 100644
--- a/airflow_client/client/model/dag_warning.py
+++ b/airflow_client/client/model/dag_warning.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dag_warning_collection.py b/airflow_client/client/model/dag_warning_collection.py
index 44cadb8..d91f166 100644
--- a/airflow_client/client/model/dag_warning_collection.py
+++ b/airflow_client/client/model/dag_warning_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dag_warning_collection_all_of.py b/airflow_client/client/model/dag_warning_collection_all_of.py
index cdd9b2b..ccc1af1 100644
--- a/airflow_client/client/model/dag_warning_collection_all_of.py
+++ b/airflow_client/client/model/dag_warning_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dataset.py b/airflow_client/client/model/dataset.py
index 9d11bb5..fea7e25 100644
--- a/airflow_client/client/model/dataset.py
+++ b/airflow_client/client/model/dataset.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dataset_collection.py b/airflow_client/client/model/dataset_collection.py
index 5907d2f..1d024e1 100644
--- a/airflow_client/client/model/dataset_collection.py
+++ b/airflow_client/client/model/dataset_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dataset_collection_all_of.py b/airflow_client/client/model/dataset_collection_all_of.py
index cf0ff36..9704af4 100644
--- a/airflow_client/client/model/dataset_collection_all_of.py
+++ b/airflow_client/client/model/dataset_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dataset_event.py b/airflow_client/client/model/dataset_event.py
index 8be7748..b29b689 100644
--- a/airflow_client/client/model/dataset_event.py
+++ b/airflow_client/client/model/dataset_event.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dataset_event_collection.py b/airflow_client/client/model/dataset_event_collection.py
index 764116c..9cde3d2 100644
--- a/airflow_client/client/model/dataset_event_collection.py
+++ b/airflow_client/client/model/dataset_event_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dataset_event_collection_all_of.py b/airflow_client/client/model/dataset_event_collection_all_of.py
index 154b127..67a3079 100644
--- a/airflow_client/client/model/dataset_event_collection_all_of.py
+++ b/airflow_client/client/model/dataset_event_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/error.py b/airflow_client/client/model/error.py
index 3309358..bf7507f 100644
--- a/airflow_client/client/model/error.py
+++ b/airflow_client/client/model/error.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/event_log.py b/airflow_client/client/model/event_log.py
index dc644dd..6cf87f5 100644
--- a/airflow_client/client/model/event_log.py
+++ b/airflow_client/client/model/event_log.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/event_log_collection.py b/airflow_client/client/model/event_log_collection.py
index 0a13e5a..69c58b6 100644
--- a/airflow_client/client/model/event_log_collection.py
+++ b/airflow_client/client/model/event_log_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/event_log_collection_all_of.py b/airflow_client/client/model/event_log_collection_all_of.py
index d34ac34..d4ff163 100644
--- a/airflow_client/client/model/event_log_collection_all_of.py
+++ b/airflow_client/client/model/event_log_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/extra_link.py b/airflow_client/client/model/extra_link.py
index 9625374..2ebd670 100644
--- a/airflow_client/client/model/extra_link.py
+++ b/airflow_client/client/model/extra_link.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/extra_link_collection.py b/airflow_client/client/model/extra_link_collection.py
index 5ef02a9..d212059 100644
--- a/airflow_client/client/model/extra_link_collection.py
+++ b/airflow_client/client/model/extra_link_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/health_info.py b/airflow_client/client/model/health_info.py
index 38c8ddc..516a27b 100644
--- a/airflow_client/client/model/health_info.py
+++ b/airflow_client/client/model/health_info.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/health_status.py b/airflow_client/client/model/health_status.py
index 2f4a299..4100cbd 100644
--- a/airflow_client/client/model/health_status.py
+++ b/airflow_client/client/model/health_status.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/import_error.py b/airflow_client/client/model/import_error.py
index f946686..a176678 100644
--- a/airflow_client/client/model/import_error.py
+++ b/airflow_client/client/model/import_error.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/import_error_collection.py b/airflow_client/client/model/import_error_collection.py
index b3c5bfc..f0a3526 100644
--- a/airflow_client/client/model/import_error_collection.py
+++ b/airflow_client/client/model/import_error_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/import_error_collection_all_of.py b/airflow_client/client/model/import_error_collection_all_of.py
index ba13440..88d3ae1 100644
--- a/airflow_client/client/model/import_error_collection_all_of.py
+++ b/airflow_client/client/model/import_error_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/inline_response200.py b/airflow_client/client/model/inline_response200.py
index b00cfe4..862d2c5 100644
--- a/airflow_client/client/model/inline_response200.py
+++ b/airflow_client/client/model/inline_response200.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/inline_response2001.py b/airflow_client/client/model/inline_response2001.py
index 39d409b..74e2b0a 100644
--- a/airflow_client/client/model/inline_response2001.py
+++ b/airflow_client/client/model/inline_response2001.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/job.py b/airflow_client/client/model/job.py
index ac80504..fc82c3a 100644
--- a/airflow_client/client/model/job.py
+++ b/airflow_client/client/model/job.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/list_dag_runs_form.py b/airflow_client/client/model/list_dag_runs_form.py
index 7aa14a9..271884c 100644
--- a/airflow_client/client/model/list_dag_runs_form.py
+++ b/airflow_client/client/model/list_dag_runs_form.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/list_task_instance_form.py b/airflow_client/client/model/list_task_instance_form.py
index 10e290e..8ff09bf 100644
--- a/airflow_client/client/model/list_task_instance_form.py
+++ b/airflow_client/client/model/list_task_instance_form.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/metadatabase_status.py b/airflow_client/client/model/metadatabase_status.py
index 8a8b5ef..efd19c4 100644
--- a/airflow_client/client/model/metadatabase_status.py
+++ b/airflow_client/client/model/metadatabase_status.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/plugin_collection.py b/airflow_client/client/model/plugin_collection.py
index f896158..c421e36 100644
--- a/airflow_client/client/model/plugin_collection.py
+++ b/airflow_client/client/model/plugin_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/plugin_collection_all_of.py b/airflow_client/client/model/plugin_collection_all_of.py
index 6fe3730..7d13436 100644
--- a/airflow_client/client/model/plugin_collection_all_of.py
+++ b/airflow_client/client/model/plugin_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/plugin_collection_item.py b/airflow_client/client/model/plugin_collection_item.py
index d771b0b..5ee51ec 100644
--- a/airflow_client/client/model/plugin_collection_item.py
+++ b/airflow_client/client/model/plugin_collection_item.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/pool.py b/airflow_client/client/model/pool.py
index 5ea688a..f9e1653 100644
--- a/airflow_client/client/model/pool.py
+++ b/airflow_client/client/model/pool.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/pool_collection.py b/airflow_client/client/model/pool_collection.py
index 6b2508f..cf6d711 100644
--- a/airflow_client/client/model/pool_collection.py
+++ b/airflow_client/client/model/pool_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/pool_collection_all_of.py b/airflow_client/client/model/pool_collection_all_of.py
index bb995f4..7c6c768 100644
--- a/airflow_client/client/model/pool_collection_all_of.py
+++ b/airflow_client/client/model/pool_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/provider.py b/airflow_client/client/model/provider.py
index 4b810fe..22bc5ab 100644
--- a/airflow_client/client/model/provider.py
+++ b/airflow_client/client/model/provider.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/provider_collection.py b/airflow_client/client/model/provider_collection.py
index 3bc9501..1767122 100644
--- a/airflow_client/client/model/provider_collection.py
+++ b/airflow_client/client/model/provider_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/relative_delta.py b/airflow_client/client/model/relative_delta.py
index a4d44da..6dd75fd 100644
--- a/airflow_client/client/model/relative_delta.py
+++ b/airflow_client/client/model/relative_delta.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/resource.py b/airflow_client/client/model/resource.py
index 4db2b1d..259c89c 100644
--- a/airflow_client/client/model/resource.py
+++ b/airflow_client/client/model/resource.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/role.py b/airflow_client/client/model/role.py
index cfaa922..b3ccc9d 100644
--- a/airflow_client/client/model/role.py
+++ b/airflow_client/client/model/role.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/role_collection.py b/airflow_client/client/model/role_collection.py
index 9378883..fccb827 100644
--- a/airflow_client/client/model/role_collection.py
+++ b/airflow_client/client/model/role_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/role_collection_all_of.py b/airflow_client/client/model/role_collection_all_of.py
index be6bb66..d0e466c 100644
--- a/airflow_client/client/model/role_collection_all_of.py
+++ b/airflow_client/client/model/role_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/schedule_interval.py b/airflow_client/client/model/schedule_interval.py
index 6d935f9..bb7f5e7 100644
--- a/airflow_client/client/model/schedule_interval.py
+++ b/airflow_client/client/model/schedule_interval.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/scheduler_status.py b/airflow_client/client/model/scheduler_status.py
index 632086a..24ac1d3 100644
--- a/airflow_client/client/model/scheduler_status.py
+++ b/airflow_client/client/model/scheduler_status.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/set_dag_run_note.py b/airflow_client/client/model/set_dag_run_note.py
index 4b237f0..3f75d2c 100644
--- a/airflow_client/client/model/set_dag_run_note.py
+++ b/airflow_client/client/model/set_dag_run_note.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/set_task_instance_note.py b/airflow_client/client/model/set_task_instance_note.py
index 36c1e36..2c0a8c8 100644
--- a/airflow_client/client/model/set_task_instance_note.py
+++ b/airflow_client/client/model/set_task_instance_note.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/sla_miss.py b/airflow_client/client/model/sla_miss.py
index 419d7b7..2379374 100644
--- a/airflow_client/client/model/sla_miss.py
+++ b/airflow_client/client/model/sla_miss.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/tag.py b/airflow_client/client/model/tag.py
index 64b9c4d..39cc203 100644
--- a/airflow_client/client/model/tag.py
+++ b/airflow_client/client/model/tag.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/task.py b/airflow_client/client/model/task.py
index 3eb0bf6..7403e9e 100644
--- a/airflow_client/client/model/task.py
+++ b/airflow_client/client/model/task.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/task_collection.py b/airflow_client/client/model/task_collection.py
index 443db99..38b372a 100644
--- a/airflow_client/client/model/task_collection.py
+++ b/airflow_client/client/model/task_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/task_extra_links.py b/airflow_client/client/model/task_extra_links.py
index 8bafc48..561ccf4 100644
--- a/airflow_client/client/model/task_extra_links.py
+++ b/airflow_client/client/model/task_extra_links.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/task_instance.py b/airflow_client/client/model/task_instance.py
index 81119dc..607d367 100644
--- a/airflow_client/client/model/task_instance.py
+++ b/airflow_client/client/model/task_instance.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/task_instance_collection.py b/airflow_client/client/model/task_instance_collection.py
index 50cd340..656fd9b 100644
--- a/airflow_client/client/model/task_instance_collection.py
+++ b/airflow_client/client/model/task_instance_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/task_instance_collection_all_of.py b/airflow_client/client/model/task_instance_collection_all_of.py
index 7143e47..248f5a7 100644
--- a/airflow_client/client/model/task_instance_collection_all_of.py
+++ b/airflow_client/client/model/task_instance_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/task_instance_reference.py b/airflow_client/client/model/task_instance_reference.py
index 5c8e420..099f602 100644
--- a/airflow_client/client/model/task_instance_reference.py
+++ b/airflow_client/client/model/task_instance_reference.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/task_instance_reference_collection.py b/airflow_client/client/model/task_instance_reference_collection.py
index 0a10e96..b051dd5 100644
--- a/airflow_client/client/model/task_instance_reference_collection.py
+++ b/airflow_client/client/model/task_instance_reference_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/task_outlet_dataset_reference.py b/airflow_client/client/model/task_outlet_dataset_reference.py
index f938dd0..14562f6 100644
--- a/airflow_client/client/model/task_outlet_dataset_reference.py
+++ b/airflow_client/client/model/task_outlet_dataset_reference.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/task_state.py b/airflow_client/client/model/task_state.py
index 37af68f..ebdbaa7 100644
--- a/airflow_client/client/model/task_state.py
+++ b/airflow_client/client/model/task_state.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/time_delta.py b/airflow_client/client/model/time_delta.py
index 2f6bbb8..80d8e2a 100644
--- a/airflow_client/client/model/time_delta.py
+++ b/airflow_client/client/model/time_delta.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/trigger.py b/airflow_client/client/model/trigger.py
index 8e515b3..6729f8b 100644
--- a/airflow_client/client/model/trigger.py
+++ b/airflow_client/client/model/trigger.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/trigger_rule.py b/airflow_client/client/model/trigger_rule.py
index 60d3aa7..f7c2dfa 100644
--- a/airflow_client/client/model/trigger_rule.py
+++ b/airflow_client/client/model/trigger_rule.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/triggerer_status.py b/airflow_client/client/model/triggerer_status.py
index e703e94..01ace5b 100644
--- a/airflow_client/client/model/triggerer_status.py
+++ b/airflow_client/client/model/triggerer_status.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/update_dag_run_state.py b/airflow_client/client/model/update_dag_run_state.py
index 6a3c2e1..491814a 100644
--- a/airflow_client/client/model/update_dag_run_state.py
+++ b/airflow_client/client/model/update_dag_run_state.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/update_task_instance.py b/airflow_client/client/model/update_task_instance.py
index d7edd88..89789ef 100644
--- a/airflow_client/client/model/update_task_instance.py
+++ b/airflow_client/client/model/update_task_instance.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
@@ -159,7 +159,7 @@ class UpdateTaskInstance(ModelNormal):
                                 Animal class but this time we won't travel
                                 through its discriminator because we passed in
                                 _visited_composed_classes = (Animal,)
-            dry_run (bool): If set, don't actually run this operation. The response will contain the task instance planned to be affected, but won't be modified in any way. . [optional] if omitted the server will use the default value of False  # noqa: E501
+            dry_run (bool): If set, don't actually run this operation. The response will contain the task instance planned to be affected, but won't be modified in any way. . [optional] if omitted the server will use the default value of True  # noqa: E501
             new_state (str): Expected new state.. [optional]  # noqa: E501
         """
 
@@ -242,7 +242,7 @@ class UpdateTaskInstance(ModelNormal):
                                 Animal class but this time we won't travel
                                 through its discriminator because we passed in
                                 _visited_composed_classes = (Animal,)
-            dry_run (bool): If set, don't actually run this operation. The response will contain the task instance planned to be affected, but won't be modified in any way. . [optional] if omitted the server will use the default value of False  # noqa: E501
+            dry_run (bool): If set, don't actually run this operation. The response will contain the task instance planned to be affected, but won't be modified in any way. . [optional] if omitted the server will use the default value of True  # noqa: E501
             new_state (str): Expected new state.. [optional]  # noqa: E501
         """
 
diff --git a/airflow_client/client/model/update_task_instances_state.py b/airflow_client/client/model/update_task_instances_state.py
index 91dfef7..fdacc01 100644
--- a/airflow_client/client/model/update_task_instances_state.py
+++ b/airflow_client/client/model/update_task_instances_state.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/user.py b/airflow_client/client/model/user.py
index bac3e06..0a930eb 100644
--- a/airflow_client/client/model/user.py
+++ b/airflow_client/client/model/user.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/user_all_of.py b/airflow_client/client/model/user_all_of.py
index 0d6b568..8e76e87 100644
--- a/airflow_client/client/model/user_all_of.py
+++ b/airflow_client/client/model/user_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/user_collection.py b/airflow_client/client/model/user_collection.py
index 8f41f59..647e54b 100644
--- a/airflow_client/client/model/user_collection.py
+++ b/airflow_client/client/model/user_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/user_collection_all_of.py b/airflow_client/client/model/user_collection_all_of.py
index 545a930..960fe1e 100644
--- a/airflow_client/client/model/user_collection_all_of.py
+++ b/airflow_client/client/model/user_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/user_collection_item.py b/airflow_client/client/model/user_collection_item.py
index 20d7ceb..b39fef4 100644
--- a/airflow_client/client/model/user_collection_item.py
+++ b/airflow_client/client/model/user_collection_item.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/user_collection_item_roles.py b/airflow_client/client/model/user_collection_item_roles.py
index 2590390..b80cde0 100644
--- a/airflow_client/client/model/user_collection_item_roles.py
+++ b/airflow_client/client/model/user_collection_item_roles.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/variable.py b/airflow_client/client/model/variable.py
index 47a5b95..2de1325 100644
--- a/airflow_client/client/model/variable.py
+++ b/airflow_client/client/model/variable.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/variable_all_of.py b/airflow_client/client/model/variable_all_of.py
index 381298f..0ed9714 100644
--- a/airflow_client/client/model/variable_all_of.py
+++ b/airflow_client/client/model/variable_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/variable_collection.py b/airflow_client/client/model/variable_collection.py
index 9ac2247..47687ac 100644
--- a/airflow_client/client/model/variable_collection.py
+++ b/airflow_client/client/model/variable_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/variable_collection_all_of.py b/airflow_client/client/model/variable_collection_all_of.py
index 0029c77..c903c64 100644
--- a/airflow_client/client/model/variable_collection_all_of.py
+++ b/airflow_client/client/model/variable_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/variable_collection_item.py b/airflow_client/client/model/variable_collection_item.py
index 6e298f7..ba8e445 100644
--- a/airflow_client/client/model/variable_collection_item.py
+++ b/airflow_client/client/model/variable_collection_item.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/version_info.py b/airflow_client/client/model/version_info.py
index c00ab52..5e8b44f 100644
--- a/airflow_client/client/model/version_info.py
+++ b/airflow_client/client/model/version_info.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/weight_rule.py b/airflow_client/client/model/weight_rule.py
index 63b2a7c..7888569 100644
--- a/airflow_client/client/model/weight_rule.py
+++ b/airflow_client/client/model/weight_rule.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/x_com.py b/airflow_client/client/model/x_com.py
index 5ab1d59..0ba8575 100644
--- a/airflow_client/client/model/x_com.py
+++ b/airflow_client/client/model/x_com.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/x_com_all_of.py b/airflow_client/client/model/x_com_all_of.py
index 236ed1c..a37e30a 100644
--- a/airflow_client/client/model/x_com_all_of.py
+++ b/airflow_client/client/model/x_com_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/x_com_collection.py b/airflow_client/client/model/x_com_collection.py
index 23d3a3b..bcc39eb 100644
--- a/airflow_client/client/model/x_com_collection.py
+++ b/airflow_client/client/model/x_com_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/x_com_collection_all_of.py b/airflow_client/client/model/x_com_collection_all_of.py
index 6191c96..5fbb726 100644
--- a/airflow_client/client/model/x_com_collection_all_of.py
+++ b/airflow_client/client/model/x_com_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/x_com_collection_item.py b/airflow_client/client/model/x_com_collection_item.py
index 01a03ef..90188ed 100644
--- a/airflow_client/client/model/x_com_collection_item.py
+++ b/airflow_client/client/model/x_com_collection_item.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model_utils.py b/airflow_client/client/model_utils.py
index 4e12914..df622c7 100644
--- a/airflow_client/client/model_utils.py
+++ b/airflow_client/client/model_utils.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/rest.py b/airflow_client/client/rest.py
index 851c8fc..7bbb031 100644
--- a/airflow_client/client/rest.py
+++ b/airflow_client/client/rest.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/docs/TaskInstanceApi.md b/airflow_client/docs/TaskInstanceApi.md
index 21312d5..78315d1 100644
--- a/airflow_client/docs/TaskInstanceApi.md
+++ b/airflow_client/docs/TaskInstanceApi.md
@@ -814,7 +814,7 @@ with client.ApiClient(configuration) as api_client:
     task_id = "task_id_example" # str | The task ID.
     map_index = 1 # int | The map index.
     update_task_instance = UpdateTaskInstance(
-        dry_run=False,
+        dry_run=True,
         new_state="success",
     ) # UpdateTaskInstance | Parameters of action (optional)
 
@@ -916,7 +916,7 @@ with client.ApiClient(configuration) as api_client:
     dag_run_id = "dag_run_id_example" # str | The DAG run ID.
     task_id = "task_id_example" # str | The task ID.
     update_task_instance = UpdateTaskInstance(
-        dry_run=False,
+        dry_run=True,
         new_state="success",
     ) # UpdateTaskInstance | Parameters of action
 
diff --git a/airflow_client/docs/UpdateTaskInstance.md b/airflow_client/docs/UpdateTaskInstance.md
index c931c0b..992a099 100644
--- a/airflow_client/docs/UpdateTaskInstance.md
+++ b/airflow_client/docs/UpdateTaskInstance.md
@@ -23,7 +23,7 @@
 ## Properties
 Name | Type | Description | Notes
 ------------ | ------------- | ------------- | -------------
-**dry_run** | **bool** | If set, don&#39;t actually run this operation. The response will contain the task instance planned to be affected, but won&#39;t be modified in any way.  | [optional]  if omitted the server will use the default value of False
+**dry_run** | **bool** | If set, don&#39;t actually run this operation. The response will contain the task instance planned to be affected, but won&#39;t be modified in any way.  | [optional]  if omitted the server will use the default value of True
 **new_state** | **str** | Expected new state. | [optional] 
 **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
 
diff --git a/airflow_client/test/test_action.py b/airflow_client/test/test_action.py
index bc2ba48..7fc9da2 100644
--- a/airflow_client/test/test_action.py
+++ b/airflow_client/test/test_action.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_action_collection.py b/airflow_client/test/test_action_collection.py
index 7ce0943..f9295d9 100644
--- a/airflow_client/test/test_action_collection.py
+++ b/airflow_client/test/test_action_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_action_collection_all_of.py b/airflow_client/test/test_action_collection_all_of.py
index 4e2981a..dd5a74f 100644
--- a/airflow_client/test/test_action_collection_all_of.py
+++ b/airflow_client/test/test_action_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_action_resource.py b/airflow_client/test/test_action_resource.py
index 2eba972..6547f67 100644
--- a/airflow_client/test/test_action_resource.py
+++ b/airflow_client/test/test_action_resource.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_basic_dag_run.py b/airflow_client/test/test_basic_dag_run.py
index 74d35f6..d3c34e1 100644
--- a/airflow_client/test/test_basic_dag_run.py
+++ b/airflow_client/test/test_basic_dag_run.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_class_reference.py b/airflow_client/test/test_class_reference.py
index 8568fa0..98e1c06 100644
--- a/airflow_client/test/test_class_reference.py
+++ b/airflow_client/test/test_class_reference.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_clear_dag_run.py b/airflow_client/test/test_clear_dag_run.py
index c43a9b1..541b1cc 100644
--- a/airflow_client/test/test_clear_dag_run.py
+++ b/airflow_client/test/test_clear_dag_run.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_clear_task_instances.py b/airflow_client/test/test_clear_task_instances.py
index 1c6b0c1..0a8e91f 100644
--- a/airflow_client/test/test_clear_task_instances.py
+++ b/airflow_client/test/test_clear_task_instances.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_collection_info.py b/airflow_client/test/test_collection_info.py
index a7caebb..68c0464 100644
--- a/airflow_client/test/test_collection_info.py
+++ b/airflow_client/test/test_collection_info.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_color.py b/airflow_client/test/test_color.py
index c90e9bf..d614525 100644
--- a/airflow_client/test/test_color.py
+++ b/airflow_client/test/test_color.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_config.py b/airflow_client/test/test_config.py
index a5c74c6..2aeca7c 100644
--- a/airflow_client/test/test_config.py
+++ b/airflow_client/test/test_config.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_config_api.py b/airflow_client/test/test_config_api.py
index 88364f1..c54c12b 100644
--- a/airflow_client/test/test_config_api.py
+++ b/airflow_client/test/test_config_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_config_option.py b/airflow_client/test/test_config_option.py
index 3d3ba21..48a0321 100644
--- a/airflow_client/test/test_config_option.py
+++ b/airflow_client/test/test_config_option.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_config_section.py b/airflow_client/test/test_config_section.py
index 3f16565..2fdf7ec 100644
--- a/airflow_client/test/test_config_section.py
+++ b/airflow_client/test/test_config_section.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_connection.py b/airflow_client/test/test_connection.py
index 4b35706..1dfbe5a 100644
--- a/airflow_client/test/test_connection.py
+++ b/airflow_client/test/test_connection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_connection_all_of.py b/airflow_client/test/test_connection_all_of.py
index 4b8d38b..a85f455 100644
--- a/airflow_client/test/test_connection_all_of.py
+++ b/airflow_client/test/test_connection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_connection_api.py b/airflow_client/test/test_connection_api.py
index 8a16771..f0aab04 100644
--- a/airflow_client/test/test_connection_api.py
+++ b/airflow_client/test/test_connection_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_connection_collection.py b/airflow_client/test/test_connection_collection.py
index 41065af..9f7f4db 100644
--- a/airflow_client/test/test_connection_collection.py
+++ b/airflow_client/test/test_connection_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_connection_collection_all_of.py b/airflow_client/test/test_connection_collection_all_of.py
index 9f239c5..5319603 100644
--- a/airflow_client/test/test_connection_collection_all_of.py
+++ b/airflow_client/test/test_connection_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_connection_collection_item.py b/airflow_client/test/test_connection_collection_item.py
index e6768d0..04d2347 100644
--- a/airflow_client/test/test_connection_collection_item.py
+++ b/airflow_client/test/test_connection_collection_item.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_connection_test.py b/airflow_client/test/test_connection_test.py
index 0d8cbff..1f1080b 100644
--- a/airflow_client/test/test_connection_test.py
+++ b/airflow_client/test/test_connection_test.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_cron_expression.py b/airflow_client/test/test_cron_expression.py
index 545a3de..b752a07 100644
--- a/airflow_client/test/test_cron_expression.py
+++ b/airflow_client/test/test_cron_expression.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag.py b/airflow_client/test/test_dag.py
index 091f2cf..c9f50df 100644
--- a/airflow_client/test/test_dag.py
+++ b/airflow_client/test/test_dag.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_api.py b/airflow_client/test/test_dag_api.py
index 44f43d9..9f882fa 100644
--- a/airflow_client/test/test_dag_api.py
+++ b/airflow_client/test/test_dag_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_collection.py b/airflow_client/test/test_dag_collection.py
index 96e0ba3..30f4754 100644
--- a/airflow_client/test/test_dag_collection.py
+++ b/airflow_client/test/test_dag_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_collection_all_of.py b/airflow_client/test/test_dag_collection_all_of.py
index 7cce9bf..b37cc59 100644
--- a/airflow_client/test/test_dag_collection_all_of.py
+++ b/airflow_client/test/test_dag_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_detail.py b/airflow_client/test/test_dag_detail.py
index e6b65c1..0e8dcb4 100644
--- a/airflow_client/test/test_dag_detail.py
+++ b/airflow_client/test/test_dag_detail.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_detail_all_of.py b/airflow_client/test/test_dag_detail_all_of.py
index 0f1a96c..2a1c268 100644
--- a/airflow_client/test/test_dag_detail_all_of.py
+++ b/airflow_client/test/test_dag_detail_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_processor_status.py b/airflow_client/test/test_dag_processor_status.py
index 8940595..7178fd1 100644
--- a/airflow_client/test/test_dag_processor_status.py
+++ b/airflow_client/test/test_dag_processor_status.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_run.py b/airflow_client/test/test_dag_run.py
index 4efe3aa..c2290b4 100644
--- a/airflow_client/test/test_dag_run.py
+++ b/airflow_client/test/test_dag_run.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_run_api.py b/airflow_client/test/test_dag_run_api.py
index c334118..87bcca8 100644
--- a/airflow_client/test/test_dag_run_api.py
+++ b/airflow_client/test/test_dag_run_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_run_collection.py b/airflow_client/test/test_dag_run_collection.py
index dad17ae..9232025 100644
--- a/airflow_client/test/test_dag_run_collection.py
+++ b/airflow_client/test/test_dag_run_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_run_collection_all_of.py b/airflow_client/test/test_dag_run_collection_all_of.py
index 75d7220..1cb2c9e 100644
--- a/airflow_client/test/test_dag_run_collection_all_of.py
+++ b/airflow_client/test/test_dag_run_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_schedule_dataset_reference.py b/airflow_client/test/test_dag_schedule_dataset_reference.py
index 2163bef..d5e0e77 100644
--- a/airflow_client/test/test_dag_schedule_dataset_reference.py
+++ b/airflow_client/test/test_dag_schedule_dataset_reference.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_state.py b/airflow_client/test/test_dag_state.py
index 4a57840..9cd7713 100644
--- a/airflow_client/test/test_dag_state.py
+++ b/airflow_client/test/test_dag_state.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_warning.py b/airflow_client/test/test_dag_warning.py
index 38cd6a8..81491ac 100644
--- a/airflow_client/test/test_dag_warning.py
+++ b/airflow_client/test/test_dag_warning.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_warning_api.py b/airflow_client/test/test_dag_warning_api.py
index 19e9973..e499dad 100644
--- a/airflow_client/test/test_dag_warning_api.py
+++ b/airflow_client/test/test_dag_warning_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_warning_collection.py b/airflow_client/test/test_dag_warning_collection.py
index 2321f19..195e61c 100644
--- a/airflow_client/test/test_dag_warning_collection.py
+++ b/airflow_client/test/test_dag_warning_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_warning_collection_all_of.py b/airflow_client/test/test_dag_warning_collection_all_of.py
index 3142264..3813b02 100644
--- a/airflow_client/test/test_dag_warning_collection_all_of.py
+++ b/airflow_client/test/test_dag_warning_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dataset.py b/airflow_client/test/test_dataset.py
index 2151046..ccc3540 100644
--- a/airflow_client/test/test_dataset.py
+++ b/airflow_client/test/test_dataset.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dataset_api.py b/airflow_client/test/test_dataset_api.py
index a86251f..47aa4ff 100644
--- a/airflow_client/test/test_dataset_api.py
+++ b/airflow_client/test/test_dataset_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dataset_collection.py b/airflow_client/test/test_dataset_collection.py
index f216fd2..0745162 100644
--- a/airflow_client/test/test_dataset_collection.py
+++ b/airflow_client/test/test_dataset_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dataset_collection_all_of.py b/airflow_client/test/test_dataset_collection_all_of.py
index 6178974..0f3704e 100644
--- a/airflow_client/test/test_dataset_collection_all_of.py
+++ b/airflow_client/test/test_dataset_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dataset_event.py b/airflow_client/test/test_dataset_event.py
index 880d7d7..f615c96 100644
--- a/airflow_client/test/test_dataset_event.py
+++ b/airflow_client/test/test_dataset_event.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dataset_event_collection.py b/airflow_client/test/test_dataset_event_collection.py
index 89f4545..376c459 100644
--- a/airflow_client/test/test_dataset_event_collection.py
+++ b/airflow_client/test/test_dataset_event_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dataset_event_collection_all_of.py b/airflow_client/test/test_dataset_event_collection_all_of.py
index 05d7d18..83ffd9c 100644
--- a/airflow_client/test/test_dataset_event_collection_all_of.py
+++ b/airflow_client/test/test_dataset_event_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_error.py b/airflow_client/test/test_error.py
index 37ea274..c2c473c 100644
--- a/airflow_client/test/test_error.py
+++ b/airflow_client/test/test_error.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_event_log.py b/airflow_client/test/test_event_log.py
index 2d68e70..4b5efa2 100644
--- a/airflow_client/test/test_event_log.py
+++ b/airflow_client/test/test_event_log.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_event_log_api.py b/airflow_client/test/test_event_log_api.py
index 6b3ac93..a90339b 100644
--- a/airflow_client/test/test_event_log_api.py
+++ b/airflow_client/test/test_event_log_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_event_log_collection.py b/airflow_client/test/test_event_log_collection.py
index 5126b49..50cfac0 100644
--- a/airflow_client/test/test_event_log_collection.py
+++ b/airflow_client/test/test_event_log_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_event_log_collection_all_of.py b/airflow_client/test/test_event_log_collection_all_of.py
index 04bbeee..0c06643 100644
--- a/airflow_client/test/test_event_log_collection_all_of.py
+++ b/airflow_client/test/test_event_log_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_extra_link.py b/airflow_client/test/test_extra_link.py
index 9f98a94..052499e 100644
--- a/airflow_client/test/test_extra_link.py
+++ b/airflow_client/test/test_extra_link.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_extra_link_collection.py b/airflow_client/test/test_extra_link_collection.py
index a4f4832..1350e60 100644
--- a/airflow_client/test/test_extra_link_collection.py
+++ b/airflow_client/test/test_extra_link_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_health_info.py b/airflow_client/test/test_health_info.py
index 727d697..a716a1d 100644
--- a/airflow_client/test/test_health_info.py
+++ b/airflow_client/test/test_health_info.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_health_status.py b/airflow_client/test/test_health_status.py
index 2217774..c722e1b 100644
--- a/airflow_client/test/test_health_status.py
+++ b/airflow_client/test/test_health_status.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_import_error.py b/airflow_client/test/test_import_error.py
index 1ad2b45..5bb74de 100644
--- a/airflow_client/test/test_import_error.py
+++ b/airflow_client/test/test_import_error.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_import_error_api.py b/airflow_client/test/test_import_error_api.py
index f69b859..29e2692 100644
--- a/airflow_client/test/test_import_error_api.py
+++ b/airflow_client/test/test_import_error_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_import_error_collection.py b/airflow_client/test/test_import_error_collection.py
index 7e7a462..509df9a 100644
--- a/airflow_client/test/test_import_error_collection.py
+++ b/airflow_client/test/test_import_error_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_import_error_collection_all_of.py b/airflow_client/test/test_import_error_collection_all_of.py
index 1b60718..83f9f47 100644
--- a/airflow_client/test/test_import_error_collection_all_of.py
+++ b/airflow_client/test/test_import_error_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_inline_response200.py b/airflow_client/test/test_inline_response200.py
index 29fb033..4892bcc 100644
--- a/airflow_client/test/test_inline_response200.py
+++ b/airflow_client/test/test_inline_response200.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_inline_response2001.py b/airflow_client/test/test_inline_response2001.py
index 78b753c..f6632bb 100644
--- a/airflow_client/test/test_inline_response2001.py
+++ b/airflow_client/test/test_inline_response2001.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_job.py b/airflow_client/test/test_job.py
index 63d0946..f2471f7 100644
--- a/airflow_client/test/test_job.py
+++ b/airflow_client/test/test_job.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_list_dag_runs_form.py b/airflow_client/test/test_list_dag_runs_form.py
index 6002650..332e72f 100644
--- a/airflow_client/test/test_list_dag_runs_form.py
+++ b/airflow_client/test/test_list_dag_runs_form.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_list_task_instance_form.py b/airflow_client/test/test_list_task_instance_form.py
index d178433..8fdfe23 100644
--- a/airflow_client/test/test_list_task_instance_form.py
+++ b/airflow_client/test/test_list_task_instance_form.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_metadatabase_status.py b/airflow_client/test/test_metadatabase_status.py
index e83ee8c..00d0b32 100644
--- a/airflow_client/test/test_metadatabase_status.py
+++ b/airflow_client/test/test_metadatabase_status.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_monitoring_api.py b/airflow_client/test/test_monitoring_api.py
index 9461a21..01f81e8 100644
--- a/airflow_client/test/test_monitoring_api.py
+++ b/airflow_client/test/test_monitoring_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_permission_api.py b/airflow_client/test/test_permission_api.py
index 85a2023..6454456 100644
--- a/airflow_client/test/test_permission_api.py
+++ b/airflow_client/test/test_permission_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_plugin_api.py b/airflow_client/test/test_plugin_api.py
index 184f7ae..888323f 100644
--- a/airflow_client/test/test_plugin_api.py
+++ b/airflow_client/test/test_plugin_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_plugin_collection.py b/airflow_client/test/test_plugin_collection.py
index 95ff351..8cf1eeb 100644
--- a/airflow_client/test/test_plugin_collection.py
+++ b/airflow_client/test/test_plugin_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_plugin_collection_all_of.py b/airflow_client/test/test_plugin_collection_all_of.py
index ab73541..60d7ac1 100644
--- a/airflow_client/test/test_plugin_collection_all_of.py
+++ b/airflow_client/test/test_plugin_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_plugin_collection_item.py b/airflow_client/test/test_plugin_collection_item.py
index 5bd87d0..7d3f75f 100644
--- a/airflow_client/test/test_plugin_collection_item.py
+++ b/airflow_client/test/test_plugin_collection_item.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_pool.py b/airflow_client/test/test_pool.py
index 2f6d027..33c9441 100644
--- a/airflow_client/test/test_pool.py
+++ b/airflow_client/test/test_pool.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_pool_api.py b/airflow_client/test/test_pool_api.py
index cbcc3f0..f2763ea 100644
--- a/airflow_client/test/test_pool_api.py
+++ b/airflow_client/test/test_pool_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_pool_collection.py b/airflow_client/test/test_pool_collection.py
index ec79fe6..5075263 100644
--- a/airflow_client/test/test_pool_collection.py
+++ b/airflow_client/test/test_pool_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_pool_collection_all_of.py b/airflow_client/test/test_pool_collection_all_of.py
index 0132bf9..f8e68dd 100644
--- a/airflow_client/test/test_pool_collection_all_of.py
+++ b/airflow_client/test/test_pool_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_provider.py b/airflow_client/test/test_provider.py
index fb44adb..6defbec 100644
--- a/airflow_client/test/test_provider.py
+++ b/airflow_client/test/test_provider.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_provider_api.py b/airflow_client/test/test_provider_api.py
index db3c274..30c7f6e 100644
--- a/airflow_client/test/test_provider_api.py
+++ b/airflow_client/test/test_provider_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_provider_collection.py b/airflow_client/test/test_provider_collection.py
index 6099897..eddbb91 100644
--- a/airflow_client/test/test_provider_collection.py
+++ b/airflow_client/test/test_provider_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_relative_delta.py b/airflow_client/test/test_relative_delta.py
index b2e4894..00b9668 100644
--- a/airflow_client/test/test_relative_delta.py
+++ b/airflow_client/test/test_relative_delta.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_resource.py b/airflow_client/test/test_resource.py
index 4a78463..3872617 100644
--- a/airflow_client/test/test_resource.py
+++ b/airflow_client/test/test_resource.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_role.py b/airflow_client/test/test_role.py
index 2e907fa..7567363 100644
--- a/airflow_client/test/test_role.py
+++ b/airflow_client/test/test_role.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_role_api.py b/airflow_client/test/test_role_api.py
index 31f6374..0e7b9d7 100644
--- a/airflow_client/test/test_role_api.py
+++ b/airflow_client/test/test_role_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_role_collection.py b/airflow_client/test/test_role_collection.py
index 6025dfb..bfbe761 100644
--- a/airflow_client/test/test_role_collection.py
+++ b/airflow_client/test/test_role_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_role_collection_all_of.py b/airflow_client/test/test_role_collection_all_of.py
index 266cf57..532d35b 100644
--- a/airflow_client/test/test_role_collection_all_of.py
+++ b/airflow_client/test/test_role_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_schedule_interval.py b/airflow_client/test/test_schedule_interval.py
index babf8ab..1c5d39b 100644
--- a/airflow_client/test/test_schedule_interval.py
+++ b/airflow_client/test/test_schedule_interval.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_scheduler_status.py b/airflow_client/test/test_scheduler_status.py
index 8d0812a..8b7ff1f 100644
--- a/airflow_client/test/test_scheduler_status.py
+++ b/airflow_client/test/test_scheduler_status.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_set_dag_run_note.py b/airflow_client/test/test_set_dag_run_note.py
index 26062be..c80174f 100644
--- a/airflow_client/test/test_set_dag_run_note.py
+++ b/airflow_client/test/test_set_dag_run_note.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_set_task_instance_note.py b/airflow_client/test/test_set_task_instance_note.py
index 4051608..53a20e0 100644
--- a/airflow_client/test/test_set_task_instance_note.py
+++ b/airflow_client/test/test_set_task_instance_note.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_sla_miss.py b/airflow_client/test/test_sla_miss.py
index 1384d2c..83a22a2 100644
--- a/airflow_client/test/test_sla_miss.py
+++ b/airflow_client/test/test_sla_miss.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_tag.py b/airflow_client/test/test_tag.py
index 0308c1b..c00b096 100644
--- a/airflow_client/test/test_tag.py
+++ b/airflow_client/test/test_tag.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_task.py b/airflow_client/test/test_task.py
index 1d1c394..6555787 100644
--- a/airflow_client/test/test_task.py
+++ b/airflow_client/test/test_task.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_task_collection.py b/airflow_client/test/test_task_collection.py
index 2fbd991..e4f416d 100644
--- a/airflow_client/test/test_task_collection.py
+++ b/airflow_client/test/test_task_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_task_extra_links.py b/airflow_client/test/test_task_extra_links.py
index 2f7bcf1..9884afe 100644
--- a/airflow_client/test/test_task_extra_links.py
+++ b/airflow_client/test/test_task_extra_links.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_task_instance.py b/airflow_client/test/test_task_instance.py
index 7857e60..68e9410 100644
--- a/airflow_client/test/test_task_instance.py
+++ b/airflow_client/test/test_task_instance.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_task_instance_api.py b/airflow_client/test/test_task_instance_api.py
index bd4f531..44e922c 100644
--- a/airflow_client/test/test_task_instance_api.py
+++ b/airflow_client/test/test_task_instance_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_task_instance_collection.py b/airflow_client/test/test_task_instance_collection.py
index 14286ae..cd45659 100644
--- a/airflow_client/test/test_task_instance_collection.py
+++ b/airflow_client/test/test_task_instance_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_task_instance_collection_all_of.py b/airflow_client/test/test_task_instance_collection_all_of.py
index dd1a905..59c12a7 100644
--- a/airflow_client/test/test_task_instance_collection_all_of.py
+++ b/airflow_client/test/test_task_instance_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_task_instance_reference.py b/airflow_client/test/test_task_instance_reference.py
index 1557684..4772e37 100644
--- a/airflow_client/test/test_task_instance_reference.py
+++ b/airflow_client/test/test_task_instance_reference.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_task_instance_reference_collection.py b/airflow_client/test/test_task_instance_reference_collection.py
index 3bc28f0..b89ab1d 100644
--- a/airflow_client/test/test_task_instance_reference_collection.py
+++ b/airflow_client/test/test_task_instance_reference_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_task_outlet_dataset_reference.py b/airflow_client/test/test_task_outlet_dataset_reference.py
index 23d98df..cea5eae 100644
--- a/airflow_client/test/test_task_outlet_dataset_reference.py
+++ b/airflow_client/test/test_task_outlet_dataset_reference.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_task_state.py b/airflow_client/test/test_task_state.py
index 6327901..a98cded 100644
--- a/airflow_client/test/test_task_state.py
+++ b/airflow_client/test/test_task_state.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_time_delta.py b/airflow_client/test/test_time_delta.py
index 9f145fa..1e5c438 100644
--- a/airflow_client/test/test_time_delta.py
+++ b/airflow_client/test/test_time_delta.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_trigger.py b/airflow_client/test/test_trigger.py
index c865b5a..fb23418 100644
--- a/airflow_client/test/test_trigger.py
+++ b/airflow_client/test/test_trigger.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_trigger_rule.py b/airflow_client/test/test_trigger_rule.py
index 1389ca9..6f1a776 100644
--- a/airflow_client/test/test_trigger_rule.py
+++ b/airflow_client/test/test_trigger_rule.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_triggerer_status.py b/airflow_client/test/test_triggerer_status.py
index c8d9ba8..db9adea 100644
--- a/airflow_client/test/test_triggerer_status.py
+++ b/airflow_client/test/test_triggerer_status.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_update_dag_run_state.py b/airflow_client/test/test_update_dag_run_state.py
index 2d98a45..7e3ee6a 100644
--- a/airflow_client/test/test_update_dag_run_state.py
+++ b/airflow_client/test/test_update_dag_run_state.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_update_task_instance.py b/airflow_client/test/test_update_task_instance.py
index a209abb..82f3275 100644
--- a/airflow_client/test/test_update_task_instance.py
+++ b/airflow_client/test/test_update_task_instance.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_update_task_instances_state.py b/airflow_client/test/test_update_task_instances_state.py
index 9a5ba67..47b54b4 100644
--- a/airflow_client/test/test_update_task_instances_state.py
+++ b/airflow_client/test/test_update_task_instances_state.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_user.py b/airflow_client/test/test_user.py
index 2d8352c..ac1ead5 100644
--- a/airflow_client/test/test_user.py
+++ b/airflow_client/test/test_user.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_user_all_of.py b/airflow_client/test/test_user_all_of.py
index b3b8385..f1d1e2f 100644
--- a/airflow_client/test/test_user_all_of.py
+++ b/airflow_client/test/test_user_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_user_api.py b/airflow_client/test/test_user_api.py
index a633237..c5b899b 100644
--- a/airflow_client/test/test_user_api.py
+++ b/airflow_client/test/test_user_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_user_collection.py b/airflow_client/test/test_user_collection.py
index 6a3a1df..ba367af 100644
--- a/airflow_client/test/test_user_collection.py
+++ b/airflow_client/test/test_user_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_user_collection_all_of.py b/airflow_client/test/test_user_collection_all_of.py
index a1ee4dd..7e0025d 100644
--- a/airflow_client/test/test_user_collection_all_of.py
+++ b/airflow_client/test/test_user_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_user_collection_item.py b/airflow_client/test/test_user_collection_item.py
index 7a4c1eb..feda933 100644
--- a/airflow_client/test/test_user_collection_item.py
+++ b/airflow_client/test/test_user_collection_item.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_user_collection_item_roles.py b/airflow_client/test/test_user_collection_item_roles.py
index 181412a..882f666 100644
--- a/airflow_client/test/test_user_collection_item_roles.py
+++ b/airflow_client/test/test_user_collection_item_roles.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_variable.py b/airflow_client/test/test_variable.py
index 27e6b08..465b553 100644
--- a/airflow_client/test/test_variable.py
+++ b/airflow_client/test/test_variable.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_variable_all_of.py b/airflow_client/test/test_variable_all_of.py
index 288481e..86916e5 100644
--- a/airflow_client/test/test_variable_all_of.py
+++ b/airflow_client/test/test_variable_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_variable_api.py b/airflow_client/test/test_variable_api.py
index 8c47c21..35ce127 100644
--- a/airflow_client/test/test_variable_api.py
+++ b/airflow_client/test/test_variable_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_variable_collection.py b/airflow_client/test/test_variable_collection.py
index 9212852..56b8042 100644
--- a/airflow_client/test/test_variable_collection.py
+++ b/airflow_client/test/test_variable_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_variable_collection_all_of.py b/airflow_client/test/test_variable_collection_all_of.py
index 79799e2..ad088fb 100644
--- a/airflow_client/test/test_variable_collection_all_of.py
+++ b/airflow_client/test/test_variable_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_variable_collection_item.py b/airflow_client/test/test_variable_collection_item.py
index be3e92f..f097535 100644
--- a/airflow_client/test/test_variable_collection_item.py
+++ b/airflow_client/test/test_variable_collection_item.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_version_info.py b/airflow_client/test/test_version_info.py
index 4f10b5e..73540e8 100644
--- a/airflow_client/test/test_version_info.py
+++ b/airflow_client/test/test_version_info.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_weight_rule.py b/airflow_client/test/test_weight_rule.py
index 28fa6ce..d3cf3dc 100644
--- a/airflow_client/test/test_weight_rule.py
+++ b/airflow_client/test/test_weight_rule.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_x_com.py b/airflow_client/test/test_x_com.py
index 551beab..16d21c5 100644
--- a/airflow_client/test/test_x_com.py
+++ b/airflow_client/test/test_x_com.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_x_com_all_of.py b/airflow_client/test/test_x_com_all_of.py
index 2fd5897..2d7a60b 100644
--- a/airflow_client/test/test_x_com_all_of.py
+++ b/airflow_client/test/test_x_com_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_x_com_api.py b/airflow_client/test/test_x_com_api.py
index ca94f02..9e5cc5b 100644
--- a/airflow_client/test/test_x_com_api.py
+++ b/airflow_client/test/test_x_com_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_x_com_collection.py b/airflow_client/test/test_x_com_collection.py
index 527d49c..cb607c7 100644
--- a/airflow_client/test/test_x_com_collection.py
+++ b/airflow_client/test/test_x_com_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_x_com_collection_all_of.py b/airflow_client/test/test_x_com_collection_all_of.py
index 98c282e..7c82299 100644
--- a/airflow_client/test/test_x_com_collection_all_of.py
+++ b/airflow_client/test/test_x_com_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_x_com_collection_item.py b/airflow_client/test/test_x_com_collection_item.py
index f1993a5..3fcdd46 100644
--- a/airflow_client/test/test_x_com_collection_item.py
+++ b/airflow_client/test/test_x_com_collection_item.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.0
+    The version of the OpenAPI document: 2.7.2
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/setup.py b/setup.py
index d8dfd11..b74dd5f 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@
 
 from setuptools import find_packages, setup  # noqa: H301
 
-VERSION = "2.7.0"
+VERSION = "2.7.2"
 # To install the library, run the following
 #
 # python setup.py install