uranusjr commented on a change in pull request #19758:
URL: https://github.com/apache/airflow/pull/19758#discussion_r754953276



##########
File path: airflow/api_connexion/endpoints/dag_endpoint.py
##########
@@ -86,10 +86,13 @@ def get_dags(limit, session, offset=0, only_active=True, 
tags=None, dag_id_patte
 
 @security.requires_access([(permissions.ACTION_CAN_EDIT, 
permissions.RESOURCE_DAG)])
 @provide_session
-def patch_dag(session, dag_id, update_mask=None):
+def patch_dag(session, dag_id, update_mask=None, multi=False):

Review comment:
       Maybe a `POST` to `/dags/~/patch` like `get_dag_runs_batch`, or just 
send a `PATCH` to `/dags/` would be a good idea. Not sure. But this is not the 
right solution.




-- 
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