From a6d35b539666d064c014246a1f7e035c79200d9c Mon Sep 17 00:00:00 2001 From: Tomasz Urbaszek Date: Fri, 18 Dec 2020 01:12:39 +0100 Subject: [PATCH 1/2] Use generic information in UpdateMask component The UpdateMask is used in connection, pools, variables and dag. So the docs should be more generic. --- airflow/api_connexion/openapi/v1.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airflow/api_connexion/openapi/v1.yaml b/airflow/api_connexion/openapi/v1.yaml index 734e2621a2799..431d7be492caa 100644 --- a/airflow/api_connexion/openapi/v1.yaml +++ b/airflow/api_connexion/openapi/v1.yaml @@ -2784,8 +2784,8 @@ components: items: type: string description: | - The fields to update on the connection (connection, pool etc). If absent or empty, all - modifiable fields are updated. A comma-separated list of fully qualified names of fields. + The fields to update on the object. If absent or empty, all modifiable fields are updated. + A comma-separated list of fully qualified names of fields. style: form explode: false From bbb448d4e7e68da37a91c11572739bdb42ff6d79 Mon Sep 17 00:00:00 2001 From: Tomasz Urbaszek Date: Fri, 18 Dec 2020 10:41:42 +0100 Subject: [PATCH 2/2] fixup! Use generic information in UpdateMask component --- airflow/api_connexion/openapi/v1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/api_connexion/openapi/v1.yaml b/airflow/api_connexion/openapi/v1.yaml index 431d7be492caa..bb9d443ba1a3f 100644 --- a/airflow/api_connexion/openapi/v1.yaml +++ b/airflow/api_connexion/openapi/v1.yaml @@ -2784,7 +2784,7 @@ components: items: type: string description: | - The fields to update on the object. If absent or empty, all modifiable fields are updated. + The fields to update on the resource. If absent or empty, all modifiable fields are updated. A comma-separated list of fully qualified names of fields. style: form explode: false