Skip to content

Commit

Permalink
Use generic information in UpdateMask component (apache#13146)
Browse files Browse the repository at this point in the history
The UpdateMask is used in connection, pools, variables and dag.
So the docs should be more generic.
  • Loading branch information
turbaszek authored Dec 18, 2020
1 parent 7dc7f85 commit c26366e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow/api_connexion/openapi/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 resource. If absent or empty, all modifiable fields are updated.
A comma-separated list of fully qualified names of fields.
style: form
explode: false

Expand Down

0 comments on commit c26366e

Please sign in to comment.