diff options
| author | Kit Langton <[email protected]> | 2026-05-01 07:36:52 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-05-01 07:36:52 -0400 |
| commit | 8c79c58c4d6330016331b698717f50aa21523058 (patch) | |
| tree | aaf5804bdd6c71aaca74477bb70c94808ed181e9 /packages/sdk/openapi.json | |
| parent | 97ed9ba624e72842bc9487c7d3b8e9a39d07ff75 (diff) | |
| download | opencode-8c79c58c4d6330016331b698717f50aa21523058.tar.gz opencode-8c79c58c4d6330016331b698717f50aa21523058.zip | |
refactor: rename workspace adapters (#25272)
Diffstat (limited to 'packages/sdk/openapi.json')
| -rw-r--r-- | packages/sdk/openapi.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json index 22e66c7d1..cfd8277a3 100644 --- a/packages/sdk/openapi.json +++ b/packages/sdk/openapi.json @@ -415,9 +415,9 @@ ] } }, - "/experimental/workspace/adaptor": { + "/experimental/workspace/adapter": { "get": { - "operationId": "experimental.workspace.adaptor.list", + "operationId": "experimental.workspace.adapter.list", "parameters": [ { "in": "query", @@ -434,11 +434,11 @@ } } ], - "summary": "List workspace adaptors", - "description": "List all available workspace adaptors for the current project.", + "summary": "List workspace adapters", + "description": "List all available workspace adapters for the current project.", "responses": { "200": { - "description": "Workspace adaptors", + "description": "Workspace adapters", "content": { "application/json": { "schema": { @@ -466,7 +466,7 @@ "x-codeSamples": [ { "lang": "js", - "source": "import { createOpencodeClient } from \"@opencode-ai/sdk\n\nconst client = createOpencodeClient()\nawait client.experimental.workspace.adaptor.list({\n ...\n})" + "source": "import { createOpencodeClient } from \"@opencode-ai/sdk\n\nconst client = createOpencodeClient()\nawait client.experimental.workspace.adapter.list({\n ...\n})" } ] } |
