From 0380160eda9dee4cc13a13c23719a06499c2c398 Mon Sep 17 00:00:00 2001 From: Jens Scheffler <95105677+jscheffl@users.noreply.github.com> Date: Tue, 12 Nov 2024 01:46:04 +0100 Subject: [PATCH] Correct mime-type (#43879) (#43901) (cherry picked from commit 45cbad79bd5f8797b26c0fde83299eaf60e5fd0d) Co-authored-by: xitep --- 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 1916b6bfa3887..dacd52828aadc 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 fac52cf954732..3f4935fa6cede 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"];