mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
fix(docs): sync Mintlify docs.json with current OpenAPI spec
Remove endpoint references deleted from the spec (context, files, sessions) and add the new start endpoint so Mintlify can resolve all page anchors against the OpenAPI file. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ba02af2f88
commit
6b0a72ddb8
1 changed files with 2 additions and 13 deletions
|
|
@ -185,6 +185,7 @@
|
|||
"GET /api/v1/runs",
|
||||
"POST /api/v1/runs",
|
||||
"GET /api/v1/runs/{id}",
|
||||
"POST /api/v1/runs/{id}/start",
|
||||
"POST /api/v1/runs/{id}/cancel",
|
||||
"POST /api/v1/runs/{id}/pause",
|
||||
"POST /api/v1/runs/{id}/unpause",
|
||||
|
|
@ -206,14 +207,13 @@
|
|||
"group": "Run Outputs",
|
||||
"icon": "file-export",
|
||||
"pages": [
|
||||
"GET /api/v1/runs/{id}/files",
|
||||
"GET /api/v1/runs/{id}/artifacts",
|
||||
"GET /api/v1/runs/{id}/usage",
|
||||
{
|
||||
"group": "Run Internals",
|
||||
"icon": "microchip",
|
||||
"pages": [
|
||||
"GET /api/v1/runs/{id}/checkpoint",
|
||||
"GET /api/v1/runs/{id}/context",
|
||||
"GET /api/v1/runs/{id}/stages",
|
||||
"GET /api/v1/runs/{id}/stages/{stageId}/turns",
|
||||
"GET /api/v1/runs/{id}/settings"
|
||||
|
|
@ -248,17 +248,6 @@
|
|||
"GET /api/v1/models",
|
||||
"POST /api/v1/models/{id}/test"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Sessions",
|
||||
"icon": "comments",
|
||||
"pages": [
|
||||
"GET /api/v1/sessions",
|
||||
"POST /api/v1/sessions",
|
||||
"GET /api/v1/sessions/{id}",
|
||||
"POST /api/v1/sessions/{id}/messages",
|
||||
"GET /api/v1/sessions/{id}/events"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue