From bb09ade2d3fbabb993ba90943ac1d511800edea0 Mon Sep 17 00:00:00 2001 From: Jakub Czaplicki Date: Mon, 8 Nov 2021 15:53:07 +0100 Subject: [PATCH] Add a proper example to patch DAG (#19465) Add an example based on the workaround described in https://github.com/Redocly/redoc/issues/1238 GitOrigin-RevId: e6ccfaea822f9241e380e04014ffd698b7845b9a --- airflow/api_connexion/openapi/v1.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/airflow/api_connexion/openapi/v1.yaml b/airflow/api_connexion/openapi/v1.yaml index f0752a4a7f4..a4d75c53570 100644 --- a/airflow/api_connexion/openapi/v1.yaml +++ b/airflow/api_connexion/openapi/v1.yaml @@ -481,6 +481,8 @@ paths: application/json: schema: $ref: '#/components/schemas/DAG' + example: + is_paused: true responses: '200': description: Success.