Skip to content

Commit

Permalink
Add a proper example to patch DAG (#19465)
Browse files Browse the repository at this point in the history
Add an example based on the workaround described in Redocly/redoc#1238

GitOrigin-RevId: e6ccfaea822f9241e380e04014ffd698b7845b9a
  • Loading branch information
jakubczaplicki authored and Cloud Composer Team committed Jan 27, 2023
1 parent 7ce2581 commit bb09ade
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions airflow/api_connexion/openapi/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/DAG'
example:
is_paused: true
responses:
'200':
description: Success.
Expand Down

0 comments on commit bb09ade

Please sign in to comment.