Improve search_key/error_code API docs and reorganize Fern sections (#SKY-7884) (#4740)

Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
This commit is contained in:
Suchintan
2026-02-13 00:30:46 -05:00
committed by GitHub
parent cc4a8b83cc
commit c1272b3701
2 changed files with 123 additions and 31 deletions

View File

@@ -176,15 +176,20 @@ navigation:
hidden: true
- GET /v1/runs/{run_id}/timeline
- section: Workflows
contents:
- GET /v1/workflows
- POST /v1/workflows
- GET /v1/workflows/{workflow_permanent_id}
- GET /v1/workflows/{workflow_permanent_id}/versions
- POST /v1/workflows/{workflow_id}
- POST /v1/workflows/{workflow_id}/delete
- section: Workflow Runs
contents:
- POST /v1/run/workflows
- GET /v1/workflows/runs
- GET /v1/runs/{run_id}
- POST /v1/runs/{run_id}/cancel
- POST /v1/runs/{run_id}/retry_webhook
- GET /v1/workflows
- POST /v1/workflows
- POST /v1/workflows/{workflow_id}
- POST /v1/workflows/{workflow_id}/delete
- GET /v1/runs/{run_id}/timeline
- section: Browser Sessions
contents:
@@ -202,6 +207,7 @@ navigation:
contents:
- POST /v1/credentials
- GET /v1/credentials/{credential_id}
- POST /v1/credentials/{credential_id}/update
- POST /v1/credentials/{credential_id}/delete
- GET /v1/credentials
- POST /v1/credentials/totp