diff --git a/http-api/middlewares/tenant_middelware.py b/http-api/middlewares/tenant_middelware.py index 6c37ba8..4b8bbc1 100644 --- a/http-api/middlewares/tenant_middelware.py +++ b/http-api/middlewares/tenant_middelware.py @@ -27,7 +27,7 @@ class TenantMiddleware(BaseMiddlewareHandler): Middleware that associates a Tenant instance with the request context based on the authentication flow. For API authentication (`AuthFlowType.API_AUTH`), it assigns tenant information directly from the authorizer context. - For User authentication (`AuthFlowType.USER_AUTH`), it gets the Tenant ID from the specified request header. + For user authentication (`AuthFlowType.USER_AUTH`), it gets the Tenant ID from the specified request header. Parameters ----------