This commit is contained in:
a2a-platform
2026-06-29 00:38:27 +00:00
parent c8cea595f2
commit e45ff7e55d
30 changed files with 2437 additions and 2292 deletions

View File

@@ -13,6 +13,15 @@ For write, update, or delete operations, state the intended action before callin
## Operations
### api_get_roles_by_organization_api_v1_roles_org_org_id_get
- Operation ID: `api_get_roles_by_organization_api_v1_roles_org_org_id_get`
- Route: `GET /api/v1/roles/org/{org_id}`
- Mode: READ
- Summary: List roles for organization
- Parameters:
- `org_id` in `path` required
### api_create_role_api_v1_roles_org_org_id_post
- Operation ID: `api_create_role_api_v1_roles_org_org_id_post`
@@ -23,14 +32,14 @@ For write, update, or delete operations, state the intended action before callin
- `org_id` in `path` required
- Body: JSON request body accepted.
### api_get_roles_by_organization_api_v1_roles_org_org_id_get
### api_delete_role_api_v1_roles_role_id_delete
- Operation ID: `api_get_roles_by_organization_api_v1_roles_org_org_id_get`
- Route: `GET /api/v1/roles/org/{org_id}`
- Mode: READ
- Summary: List roles for organization
- Operation ID: `api_delete_role_api_v1_roles_role_id_delete`
- Route: `DELETE /api/v1/roles/{role_id}`
- Mode: WRITE
- Summary: Delete role
- Parameters:
- `org_id` in `path` required
- `role_id` in `path` required
### api_get_role_api_v1_roles_role_id_get
@@ -50,12 +59,3 @@ For write, update, or delete operations, state the intended action before callin
- Parameters:
- `role_id` in `path` required
- Body: JSON request body accepted.
### api_delete_role_api_v1_roles_role_id_delete
- Operation ID: `api_delete_role_api_v1_roles_role_id_delete`
- Route: `DELETE /api/v1/roles/{role_id}`
- Mode: WRITE
- Summary: Delete role
- Parameters:
- `role_id` in `path` required