Skip to content

Commit

Permalink
removing http 401 and 403 as its now added in root router in apache#4…
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsrahul1001 committed Nov 14, 2024
1 parent 78a2c7e commit 18124fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/api_fastapi/core_api/routes/public/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def get_assets(

@assets_router.get(
"/events",
responses=create_openapi_http_exception_doc([401, 403, 404]),
responses=create_openapi_http_exception_doc([404]),
)
def get_asset_events(
limit: QueryLimit,
Expand Down

0 comments on commit 18124fa

Please sign in to comment.