We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec375e0 + da0b6e8 commit 5e0dc00Copy full SHA for 5e0dc00
packages/projects-docs/pages/sdk/template-library.mdx
@@ -18,7 +18,8 @@ You can start from a template by passing the template id to the `sdk.sandboxes.c
18
19
```ts
20
const sandbox = await sdk.sandboxes.create({
21
- template: 'template-id'
+ source: 'template',
22
+ id: 'some-template-id'
23
})
24
```
25
0 commit comments