Skip to content

Commit

Permalink
DOC fix documentation error in `apache-airflow-providers-fab/access-c…
Browse files Browse the repository at this point in the history
…ontrol.rst` (apache#43495)

* fix doc error for provider fab

* Update docs/apache-airflow-providers-fab/auth-manager/access-control.rst

---------

Co-authored-by: Elad Kalif <[email protected]>
  • Loading branch information
2 people authored and ellisms committed Nov 13, 2024
1 parent 5f116c0 commit eedccdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
/dags/{dag_id}/details GET DAGs.can_read Viewer
/dags/{dag_id}/tasks GET DAGs.can_read, Task Instances.can_read Viewer
/dags/{dag_id}/tasks/{task_id} GET DAGs.can_read, Task Instances.can_read Viewer
Expand Down

0 comments on commit eedccdc

Please sign in to comment.