Skip to content

Commit

Permalink
Remove 401 and 403, which are now added by default
Browse files Browse the repository at this point in the history
  • Loading branch information
omkar-foss committed Nov 14, 2024
1 parent b1f43e7 commit 6d53ea1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions airflow/api_fastapi/core_api/routes/public/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
responses=create_openapi_http_exception_doc(
[
status.HTTP_400_BAD_REQUEST,
status.HTTP_401_UNAUTHORIZED,
status.HTTP_403_FORBIDDEN,
status.HTTP_404_NOT_FOUND,
]
),
Expand Down Expand Up @@ -65,8 +63,6 @@ def get_tasks(
responses=create_openapi_http_exception_doc(
[
status.HTTP_400_BAD_REQUEST,
status.HTTP_401_UNAUTHORIZED,
status.HTTP_403_FORBIDDEN,
status.HTTP_404_NOT_FOUND,
]
),
Expand Down

0 comments on commit 6d53ea1

Please sign in to comment.