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

@@ -23,6 +23,31 @@ For write, update, or delete operations, state the intended action before callin
- `org_id` in `query` required
- Body: JSON request body accepted.
### iterate_playground_session_api_v1_playgrounds_generat_fa5ceb5c12
- Operation ID: `iterate_playground_session_api_v1_playgrounds_generate_iterate_post`
- Route: `POST /api/v1/playgrounds/generate/iterate`
- Mode: WRITE
- Summary: Iterate on a playground generation session
- Body: JSON request body accepted.
### get_session_state_api_v1_playgrounds_generate_session_105a9dd82d
- Operation ID: `get_session_state_api_v1_playgrounds_generate_session_session_uuid_get`
- Route: `GET /api/v1/playgrounds/generate/session/{session_uuid}`
- Mode: READ
- Summary: Get playground generation session state
- Parameters:
- `session_uuid` in `path` required
### start_playground_session_api_v1_playgrounds_generate_start_post
- Operation ID: `start_playground_session_api_v1_playgrounds_generate_start_post`
- Route: `POST /api/v1/playgrounds/generate/start`
- Mode: WRITE
- Summary: Start a playground generation session
- Body: JSON request body accepted.
### api_list_org_playgrounds_api_v1_playgrounds_org_org_id_get
- Operation ID: `api_list_org_playgrounds_api_v1_playgrounds_org_org_id_get`
@@ -32,6 +57,15 @@ For write, update, or delete operations, state the intended action before callin
- Parameters:
- `org_id` in `path` required
### api_delete_playground_api_v1_playgrounds_playground_uuid_delete
- Operation ID: `api_delete_playground_api_v1_playgrounds_playground_uuid_delete`
- Route: `DELETE /api/v1/playgrounds/{playground_uuid}`
- Mode: WRITE
- Summary: Delete a playground
- Parameters:
- `playground_uuid` in `path` required
### api_get_playground_api_v1_playgrounds_playground_uuid_get
- Operation ID: `api_get_playground_api_v1_playgrounds_playground_uuid_get`
@@ -51,16 +85,7 @@ For write, update, or delete operations, state the intended action before callin
- `playground_uuid` in `path` required
- Body: JSON request body accepted.
### api_delete_playground_api_v1_playgrounds_playground_uuid_delete
- Operation ID: `api_delete_playground_api_v1_playgrounds_playground_uuid_delete`
- Route: `DELETE /api/v1/playgrounds/{playground_uuid}`
- Mode: WRITE
- Summary: Delete a playground
- Parameters:
- `playground_uuid` in `path` required
### api_duplicate_playground_api_v1_playgrounds_playground_uuid_duplicate_post
### api_duplicate_playground_api_v1_playgrounds_playgroun_da97e869e2
- Operation ID: `api_duplicate_playground_api_v1_playgrounds_playground_uuid_duplicate_post`
- Route: `POST /api/v1/playgrounds/{playground_uuid}/duplicate`
@@ -69,46 +94,7 @@ For write, update, or delete operations, state the intended action before callin
- Parameters:
- `playground_uuid` in `path` required
### api_update_playground_thumbnail_api_v1_playgrounds_playground_uuid_thumbnail_pos
- Operation ID: `api_update_playground_thumbnail_api_v1_playgrounds_playground_uuid_thumbnail_pos`
- Route: `POST /api/v1/playgrounds/{playground_uuid}/thumbnail`
- Mode: WRITE
- Summary: Upload a playground thumbnail
- Parameters:
- `playground_uuid` in `path` required
- Body: JSON request body accepted.
### api_add_usergroup_to_playground_api_v1_playgrounds_playground_uuid_usergroups_us
- Operation ID: `api_add_usergroup_to_playground_api_v1_playgrounds_playground_uuid_usergroups_us`
- Route: `POST /api/v1/playgrounds/{playground_uuid}/usergroups/{usergroup_uuid}`
- Mode: WRITE
- Summary: Grant a usergroup access to a playground
- Parameters:
- `playground_uuid` in `path` required
- `usergroup_uuid` in `path` required
### api_remove_usergroup_from_playground_api_v1_playgrounds_playground_uuid_usergrou
- Operation ID: `api_remove_usergroup_from_playground_api_v1_playgrounds_playground_uuid_usergrou`
- Route: `DELETE /api/v1/playgrounds/{playground_uuid}/usergroups/{usergroup_uuid}`
- Mode: WRITE
- Summary: Revoke a usergroup from a playground
- Parameters:
- `playground_uuid` in `path` required
- `usergroup_uuid` in `path` required
### api_get_playground_usergroups_api_v1_playgrounds_playground_uuid_usergroups_get
- Operation ID: `api_get_playground_usergroups_api_v1_playgrounds_playground_uuid_usergroups_get`
- Route: `GET /api/v1/playgrounds/{playground_uuid}/usergroups`
- Mode: READ
- Summary: List usergroups attached to a playground
- Parameters:
- `playground_uuid` in `path` required
### api_get_playground_reactions_api_v1_playgrounds_playground_uuid_reactions_get
### api_get_playground_reactions_api_v1_playgrounds_playg_a355ed4ba4
- Operation ID: `api_get_playground_reactions_api_v1_playgrounds_playground_uuid_reactions_get`
- Route: `GET /api/v1/playgrounds/{playground_uuid}/reactions`
@@ -117,7 +103,7 @@ For write, update, or delete operations, state the intended action before callin
- Parameters:
- `playground_uuid` in `path` required
### api_toggle_playground_reaction_api_v1_playgrounds_playground_uuid_reactions_post
### api_toggle_playground_reaction_api_v1_playgrounds_pla_9e9d2434c0
- Operation ID: `api_toggle_playground_reaction_api_v1_playgrounds_playground_uuid_reactions_post`
- Route: `POST /api/v1/playgrounds/{playground_uuid}/reactions`
@@ -127,27 +113,41 @@ For write, update, or delete operations, state the intended action before callin
- `playground_uuid` in `path` required
- Body: JSON request body accepted.
### start_playground_session_api_v1_playgrounds_generate_start_post
### api_update_playground_thumbnail_api_v1_playgrounds_pl_f479a3908f
- Operation ID: `start_playground_session_api_v1_playgrounds_generate_start_post`
- Route: `POST /api/v1/playgrounds/generate/start`
- Operation ID: `api_update_playground_thumbnail_api_v1_playgrounds_playground_uuid_thumbnail_pos`
- Route: `POST /api/v1/playgrounds/{playground_uuid}/thumbnail`
- Mode: WRITE
- Summary: Start a playground generation session
- Body: JSON request body accepted.
### iterate_playground_session_api_v1_playgrounds_generate_iterate_post
- Operation ID: `iterate_playground_session_api_v1_playgrounds_generate_iterate_post`
- Route: `POST /api/v1/playgrounds/generate/iterate`
- Mode: WRITE
- Summary: Iterate on a playground generation session
- Body: JSON request body accepted.
### get_session_state_api_v1_playgrounds_generate_session_session_uuid_get
- Operation ID: `get_session_state_api_v1_playgrounds_generate_session_session_uuid_get`
- Route: `GET /api/v1/playgrounds/generate/session/{session_uuid}`
- Mode: READ
- Summary: Get playground generation session state
- Summary: Upload a playground thumbnail
- Parameters:
- `session_uuid` in `path` required
- `playground_uuid` in `path` required
- Body: JSON request body accepted.
### api_get_playground_usergroups_api_v1_playgrounds_play_59ff5be511
- Operation ID: `api_get_playground_usergroups_api_v1_playgrounds_playground_uuid_usergroups_get`
- Route: `GET /api/v1/playgrounds/{playground_uuid}/usergroups`
- Mode: READ
- Summary: List usergroups attached to a playground
- Parameters:
- `playground_uuid` in `path` required
### api_remove_usergroup_from_playground_api_v1_playgroun_f515e2a2bf
- Operation ID: `api_remove_usergroup_from_playground_api_v1_playgrounds_playground_uuid_usergrou`
- Route: `DELETE /api/v1/playgrounds/{playground_uuid}/usergroups/{usergroup_uuid}`
- Mode: WRITE
- Summary: Revoke a usergroup from a playground
- Parameters:
- `playground_uuid` in `path` required
- `usergroup_uuid` in `path` required
### api_add_usergroup_to_playground_api_v1_playgrounds_pl_f7e126f3af
- Operation ID: `api_add_usergroup_to_playground_api_v1_playgrounds_playground_uuid_usergroups_us`
- Route: `POST /api/v1/playgrounds/{playground_uuid}/usergroups/{usergroup_uuid}`
- Mode: WRITE
- Summary: Grant a usergroup access to a playground
- Parameters:
- `playground_uuid` in `path` required
- `usergroup_uuid` in `path` required