dailz
|
d71cda3420
|
docs(openapi): update spec with task defaults and file_ids
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-04-20 10:39:23 +08:00 |
|
dailz
|
c1d0665b42
|
docs(openapi): add folder_path, user_id to FileResponse and user_id param to ListFiles
- FileResponse schema: add folder_path (string, nullable), user_id (int64, nullable)
- FileResponse schema: folder_id now nullable instead of omitted
- GET /files: add user_id query parameter for filtering by owner
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-04-16 16:05:03 +08:00 |
|
dailz
|
80f2bd32d9
|
docs(openapi): update spec to match code — add Tasks, fix schemas, remove submit endpoint
- Add Tasks tag, /tasks paths, and Task schemas (CreateTaskRequest, TaskResponse, TaskListResponse)
- Fix SubmitJobRequest.work_dir, InitUploadRequest mime_type/chunk_size, UploadSessionResponse.created_at
- Fix FolderResponse: add file_count/subfolder_count, remove updated_at
- Fix response wrapping for File/Upload/Folder endpoints to use ApiResponseSuccess
- Remove /applications/{id}/submit path and ApplicationSubmitRequest schema
- Update Applications tag description
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-04-16 15:15:31 +08:00 |
|
dailz
|
20576bc325
|
docs(openapi): add file storage API specifications
Add 13 endpoints for chunked upload, file management, and folder CRUD with 6 new schemas.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-04-15 09:30:18 +08:00 |
|
dailz
|
04f99cc1c4
|
docs(openapi): update spec for Application Definition
Add 6 application endpoints and schemas to OpenAPI spec. Update .gitignore.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-04-13 17:13:02 +08:00 |
|
dailz
|
62e458cb7a
|
docs(openapi): update GET /jobs with pagination and JobListResponse
Add page/page_size query parameters, change response from JobResponse[] to JobListResponse, add 400 error code.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-04-10 15:15:24 +08:00 |
|