Skip to content

Commit

Permalink
Fix response schema for list-mapped-task-instance
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrejeambrun committed Aug 25, 2022
1 parent db818ae commit 0eaeb56
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 @@ -1210,7 +1210,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/TaskInstance'
$ref: '#/components/schemas/TaskInstanceCollection'
'401':
$ref: '#/components/responses/Unauthenticated'
'403':
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 @@ -3194,7 +3194,7 @@ export interface operations {
/** Success. */
200: {
content: {
"application/json": components["schemas"]["TaskInstance"];
"application/json": components["schemas"]["TaskInstanceCollection"];
};
};
401: components["responses"]["Unauthenticated"];
Expand Down

0 comments on commit 0eaeb56

Please sign in to comment.