Skip to content

Commit 8b7bc20

Browse files
committed
Re-run static checks
1 parent 6d53ea1 commit 8b7bc20

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

airflow/api_fastapi/core_api/openapi/v1-generated.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3173,12 +3173,6 @@ paths:
31733173
application/json:
31743174
schema:
31753175
$ref: '#/components/schemas/TaskCollectionResponse'
3176-
'400':
3177-
content:
3178-
application/json:
3179-
schema:
3180-
$ref: '#/components/schemas/HTTPExceptionResponse'
3181-
description: Bad Request
31823176
'401':
31833177
content:
31843178
application/json:
@@ -3191,6 +3185,12 @@ paths:
31913185
schema:
31923186
$ref: '#/components/schemas/HTTPExceptionResponse'
31933187
description: Forbidden
3188+
'400':
3189+
content:
3190+
application/json:
3191+
schema:
3192+
$ref: '#/components/schemas/HTTPExceptionResponse'
3193+
description: Bad Request
31943194
'404':
31953195
content:
31963196
application/json:

0 commit comments

Comments
 (0)