Remove incorrect admin users reference - only global tokens and user tokens exist

parent 44272d2c
......@@ -440,8 +440,7 @@ Authorization: Bearer YOUR_API_TOKEN
**Access Control:**
- **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
- **User Tokens** (from dashboard): Access to their user-specific endpoints (`/api/u/username/...`) and global endpoints
#### Example: Using User API with cURL
......
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