Skip to content

Commit 868c87a

Browse files
committed
fix(docs): pin the combined OpenAPI document with the sandbox paths and tag
1 parent c201f73 commit 868c87a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/docs/lib/openapi-download.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('OpenAPI download', () => {
3333
const tags = document.tags as Array<{ name: string }>
3434

3535
expect(document.openapi).toBe('3.1.0')
36-
expect(Object.keys(paths)).toHaveLength(130)
36+
expect(Object.keys(paths)).toHaveLength(132)
3737
expect(tags.map((tag) => tag.name)).toEqual([
3838
'Workflows',
3939
'Workflow Runs',
@@ -48,6 +48,7 @@ describe('OpenAPI download', () => {
4848
'MCP Servers',
4949
'Skills',
5050
'Custom Tools',
51+
'Sandboxes',
5152
'Credentials',
5253
'Secrets',
5354
'Catalog',

0 commit comments

Comments
 (0)