amoghrajesh commented on code in PR #44176:
URL: https://github.com/apache/airflow/pull/44176#discussion_r1847930292


##########
airflow/api_fastapi/core_api/routes/public/assets.py:
##########
@@ -80,7 +80,7 @@ def _generate_queued_event_where_clause(
 
 @assets_router.get(
     "/assets",
-    responses=create_openapi_http_exception_doc([401, 403, 404]),
+    responses=create_openapi_http_exception_doc([status.HTTP_404_NOT_FOUND]),

Review Comment:
   Also removing the 401 and 403 as it comes from the top level router now



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to