This is an automated email from the ASF dual-hosted git repository.
dstandish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new a059ba4f74 Fix duplicate "health" line in internal api openapi config
(#38661)
a059ba4f74 is described below
commit a059ba4f74aaca793e5eca576e84e67d97c8004e
Author: Daniel Standish <[email protected]>
AuthorDate: Mon Apr 1 16:02:42 2024 -0700
Fix duplicate "health" line in internal api openapi config (#38661)
---
airflow/api_internal/openapi/internal_api_v1.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/airflow/api_internal/openapi/internal_api_v1.yaml
b/airflow/api_internal/openapi/internal_api_v1.yaml
index 06fa3be30c..3edacfbc23 100644
--- a/airflow/api_internal/openapi/internal_api_v1.yaml
+++ b/airflow/api_internal/openapi/internal_api_v1.yaml
@@ -73,7 +73,6 @@ paths:
operationId: health
deprecated: false
x-openapi-router-controller:
airflow.api_internal.endpoints.health_endpoint
- operationId: health
tags:
- JSONRPC
parameters: []