Fix token access documentation: global tokens can only access global...

Fix token access documentation: global tokens can only access global endpoints, not user-specific endpoints
parent 6ac1797c
......@@ -439,7 +439,7 @@ Authorization: Bearer YOUR_API_TOKEN
| `GET /api/u/{username}/{config_type}/models` | List models for specific config type |
**Access Control:**
- **Global Tokens** (from `aisbf.json`): Full admin access to all configurations and endpoints
- **Global Tokens** (from `aisbf.json`): Access to global endpoints only (`/api/...`), no access to user-specific endpoints
- **User Tokens** (from dashboard): Access to their user-specific endpoints (`/api/u/username/...`) and global endpoints, but not admin functions
- **Admin Users**: Full access to all configurations and endpoints
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment