Skip to content

Commit

Permalink
Correct mime-type
Browse files Browse the repository at this point in the history
  • Loading branch information
xitep committed Nov 11, 2024
1 parent 5437e01 commit e1476a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/api_connexion/openapi/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2284,7 +2284,7 @@ paths:
properties:
content:
type: string
plain/text:
text/plain:
schema:
type: string

Expand Down
2 changes: 1 addition & 1 deletion airflow/www/static/js/types/api-generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4931,7 +4931,7 @@ export interface operations {
"application/json": {
content?: string;
};
"plain/text": string;
"text/plain": string;
};
};
401: components["responses"]["Unauthenticated"];
Expand Down

0 comments on commit e1476a1

Please sign in to comment.