From d346b448f60450278a7e8a0984625bd266eb8768 Mon Sep 17 00:00:00 2001 From: Bas Harenslak Date: Mon, 11 Oct 2021 13:24:42 +0200 Subject: [PATCH] Group PATCH DAGrun together with other DAGRun endpoints --- 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 d94b86ce512fd..a663e820620c0 100644 --- a/airflow/api_connexion/openapi/v1.yaml +++ b/airflow/api_connexion/openapi/v1.yaml @@ -702,7 +702,7 @@ paths: description: Modify a DAG run x-openapi-router-controller: airflow.api_connexion.endpoints.dag_run_endpoint operationId: update_dag_run_state - tags: [ UpdateDagRunState ] + tags: [DAGRun] requestBody: required: true content: