pierrejeambrun commented on code in PR #55674: URL: https://github.com/apache/airflow/pull/55674#discussion_r2349402096
########## airflow-core/src/airflow/api_fastapi/core_api/routes/public/hitl.py: ########## @@ -56,7 +54,11 @@ from airflow.models.hitl import HITLDetail as HITLDetailModel, HITLUser from airflow.models.taskinstance import TaskInstance as TI -hitl_router = AirflowRouter(tags=["HumanInTheLoop"], prefix="/hitlDetails") +task_instances_hitl_router = AirflowRouter( + tags=["Task Instance"], Review Comment: Maybe just task instance, i'll update the PR. -- 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]
