File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
airflow/api_fastapi/core_api/openapi Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments