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

@@ -29,14 +29,6 @@ For write, update, or delete operations, state the intended action before callin
- Summary: Execute code against a batch of test cases
- Body: JSON request body accepted.
### upload_sqlite_db_api_v1_code_upload_sqlite_post
- Operation ID: `upload_sqlite_db_api_v1_code_upload_sqlite_post`
- Route: `POST /api/v1/code/upload-sqlite`
- Mode: WRITE
- Summary: Upload a SQLite database for a code playground block
- Body: JSON request body accepted.
### get_submission_history_api_v1_code_submissions_history_get
- Operation ID: `get_submission_history_api_v1_code_submissions_history_get`
@@ -56,3 +48,11 @@ For write, update, or delete operations, state the intended action before callin
- Mode: WRITE
- Summary: Save a code submission
- Body: JSON request body accepted.
### upload_sqlite_db_api_v1_code_upload_sqlite_post
- Operation ID: `upload_sqlite_db_api_v1_code_upload_sqlite_post`
- Route: `POST /api/v1/code/upload-sqlite`
- Mode: WRITE
- Summary: Upload a SQLite database for a code playground block
- Body: JSON request body accepted.