This is an automated email from the ASF dual-hosted git repository.

utkarsharma pushed a commit to branch sync_2-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 59b181edbadab10ed43da07d66815c8ac401e14c
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 74ef2121c37..6edfce94759 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"];

Reply via email to