This is an automated email from the ASF dual-hosted git repository.
bbovenzi pushed a commit to branch v2-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-10-test by this push:
new 0380160eda9 Correct mime-type (#43879) (#43901)
0380160eda9 is described below
commit 0380160eda9dee4cc13a13c23719a06499c2c398
Author: Jens Scheffler <[email protected]>
AuthorDate: Tue Nov 12 01:46:04 2024 +0100
Correct mime-type (#43879) (#43901)
(cherry picked from commit 45cbad79bd5f8797b26c0fde83299eaf60e5fd0d)
Co-authored-by: xitep <[email protected]>
---
airflow/api_connexion/openapi/v1.yaml | 2 +-
airflow/www/static/js/types/api-generated.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/airflow/api_connexion/openapi/v1.yaml
b/airflow/api_connexion/openapi/v1.yaml
index 1916b6bfa38..dacd52828aa 100644
--- a/airflow/api_connexion/openapi/v1.yaml
+++ b/airflow/api_connexion/openapi/v1.yaml
@@ -2274,7 +2274,7 @@ paths:
properties:
content:
type: string
- plain/text:
+ text/plain:
schema:
type: string
diff --git a/airflow/www/static/js/types/api-generated.ts
b/airflow/www/static/js/types/api-generated.ts
index fac52cf9547..3f4935fa6ce 100644
--- a/airflow/www/static/js/types/api-generated.ts
+++ b/airflow/www/static/js/types/api-generated.ts
@@ -4886,7 +4886,7 @@ export interface operations {
"application/json": {
content?: string;
};
- "plain/text": string;
+ "text/plain": string;
};
};
401: components["responses"]["Unauthenticated"];