This commit is contained in:
a2a-platform
2026-06-27 01:02:12 +00:00
commit 145ca85f72
52 changed files with 94532 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
---
name: dashboard-user-routes
description: Handle 2 OpenAPI operation(s) under /dashboard_user for the dashboard user route group.
---
# dashboard user API Routes
Handle 2 OpenAPI operation(s) under /dashboard_user for the dashboard user route group.
Use the generated operation tools to make real API calls. Do not invent API responses.
If a tool reports missing setup, return the exact setup field name to the caller.
For write, update, or delete operations, state the intended action before calling the tool.
## Operations
### dashboard_user_get
- Operation ID: `dashboard_user_get`
- Route: `POST /dashboard_user/get`
- Mode: WRITE
- Summary: Retrieve a Dashboard user
- Body: JSON request body accepted.
### dashboard_user_list
- Operation ID: `dashboard_user_list`
- Route: `POST /dashboard_user/list`
- Mode: WRITE
- Summary: List Dashboard users
- Body: JSON request body accepted.