eladkal commented on code in PR #43495: URL: https://github.com/apache/airflow/pull/43495#discussion_r1824063971
########## docs/apache-airflow-providers-fab/auth-manager/access-control.rst: ########## @@ -157,7 +157,7 @@ Endpoint /dags GET DAGs.can_read Viewer /dags/{dag_id} GET DAGs.can_read Viewer /dags/{dag_id} PATCH DAGs.can_edit User -/dags/{dag_id}/clearTaskInstances POST DAGs.can_edit, DAG Runs.can_read, Task Instances.can_edit User +/dags/{dag_id}/clearTaskInstances PUT DAGs.can_edit, DAG Runs.can_edit, Task Instances.can_edit User Review Comment: ```suggestion /dags/{dag_id}/clearTaskInstances PUT DAGs.can_edit, DAG Runs.can_edit, Task Instances.can_edit User ``` -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org