rawwar commented on code in PR #47532:
URL: https://github.com/apache/airflow/pull/47532#discussion_r1992964766
##########
airflow/api_fastapi/core_api/routes/public/dag_run.py:
##########
@@ -383,9 +417,16 @@ def trigger_dag_run(
raise HTTPException(status.HTTP_400_BAD_REQUEST, str(e))
-@dag_run_router.post("/list",
responses=create_openapi_http_exception_doc([status.HTTP_404_NOT_FOUND]))
+@dag_run_router.post(
Review Comment:
i think, the reason for this is that the data isn't passed as query params.
rather, in body
--
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]