This is an automated email from the ASF dual-hosted git repository.
choo121600 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 7a49ccc4591 Regenerate REST API permission reference doc (#69341)
7a49ccc4591 is described below
commit 7a49ccc4591c45c24b9f182bf77e36cf34931d9f
Author: Yeonguk Choo <[email protected]>
AuthorDate: Sat Jul 4 01:47:29 2026 +0900
Regenerate REST API permission reference doc (#69341)
---
airflow-core/docs/security/api_permissions_ref.rst | 26 +++++++++++++---------
1 file changed, 15 insertions(+), 11 deletions(-)
diff --git a/airflow-core/docs/security/api_permissions_ref.rst
b/airflow-core/docs/security/api_permissions_ref.rst
index 0d732e582f4..11097ad5a42 100644
--- a/airflow-core/docs/security/api_permissions_ref.rst
+++ b/airflow-core/docs/security/api_permissions_ref.rst
@@ -95,23 +95,23 @@ source code so it stays up to date as endpoints are added
or changed.
- ``Asset``
- ``GET``
* - ``DELETE``
- - ``/api/v2/assets/{asset_id}/store``
+ - ``/api/v2/assets/{asset_id}/state-store``
- ``Asset``
- ``DELETE``
* - ``GET``
- - ``/api/v2/assets/{asset_id}/store``
+ - ``/api/v2/assets/{asset_id}/state-store``
- ``Asset``
- ``GET``
* - ``DELETE``
- - ``/api/v2/assets/{asset_id}/store/{key:path}``
+ - ``/api/v2/assets/{asset_id}/state-store/{key:path}``
- ``Asset``
- ``DELETE``
* - ``GET``
- - ``/api/v2/assets/{asset_id}/store/{key:path}``
+ - ``/api/v2/assets/{asset_id}/state-store/{key:path}``
- ``Asset``
- ``GET``
* - ``PUT``
- - ``/api/v2/assets/{asset_id}/store/{key:path}``
+ - ``/api/v2/assets/{asset_id}/state-store/{key:path}``
- ``Asset``
- ``PUT``
* - ``GET``
@@ -254,6 +254,10 @@ source code so it stays up to date as endpoints are added
or changed.
- ``/api/v2/dags/{dag_id}/clearDagRuns``
- ``DAG.RUN``
- ``multi``
+ * - ``POST``
+ - ``/api/v2/dags/{dag_id}/clearPartitions``
+ - ``DAG.RUN``
+ - ``PUT``
* - ``POST``
- ``/api/v2/dags/{dag_id}/clearTaskInstances``
- ``DAG.TASK_INSTANCE``
@@ -351,27 +355,27 @@ source code so it stays up to date as endpoints are added
or changed.
- ``DAG.TASK_LOGS``
- ``GET``
* - ``DELETE``
- -
``/api/v2/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/store``
+ -
``/api/v2/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/state-store``
- ``DAG.TASK_INSTANCE``
- ``DELETE``
* - ``GET``
- -
``/api/v2/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/store``
+ -
``/api/v2/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/state-store``
- ``DAG.TASK_INSTANCE``
- ``GET``
* - ``DELETE``
- -
``/api/v2/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/store/{key:path}``
+ -
``/api/v2/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/state-store/{key:path}``
- ``DAG.TASK_INSTANCE``
- ``DELETE``
* - ``GET``
- -
``/api/v2/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/store/{key:path}``
+ -
``/api/v2/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/state-store/{key:path}``
- ``DAG.TASK_INSTANCE``
- ``GET``
* - ``PATCH``
- -
``/api/v2/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/store/{key:path}``
+ -
``/api/v2/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/state-store/{key:path}``
- ``DAG.TASK_INSTANCE``
- ``PUT``
* - ``PUT``
- -
``/api/v2/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/store/{key:path}``
+ -
``/api/v2/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/state-store/{key:path}``
- ``DAG.TASK_INSTANCE``
- ``PUT``
* - ``GET``