rawwar commented on code in PR #47532:
URL: https://github.com/apache/airflow/pull/47532#discussion_r1992960494
##########
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:
No. This is a post-call. Data will be passed in the body instead of the URL.
Its as per the legacy implementation
--
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]