From a2e6f59d8fd38d8658f967c4815b708dcc340d77 Mon Sep 17 00:00:00 2001 From: fatelei Date: Fri, 8 May 2026 18:41:59 +0800 Subject: [PATCH] chore: remove comment --- api/services/enterprise/base.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/api/services/enterprise/base.py b/api/services/enterprise/base.py index 48351a59d9..10663067a3 100644 --- a/api/services/enterprise/base.py +++ b/api/services/enterprise/base.py @@ -149,14 +149,6 @@ class EnterpriseRequest(BaseRequest): params: Mapping[str, Any] | None = None, timeout: float | httpx.Timeout | None = None, ) -> Any: - """Call an /inner/api/rbac/* endpoint on dify-enterprise. - - Inner RBAC endpoints require three headers on top of the standard - Enterprise-Api-Secret-Key: the tenant the call targets and (optionally) - the account acting on behalf of the workspace. This helper centralises - both the assertions and the header wiring so callers only have to - supply business payload. - """ if not tenant_id: raise ValueError("tenant_id must be provided for inner RBAC requests")