We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a5dcb commit 6f3a2aeCopy full SHA for 6f3a2ae
1 file changed
packages/js-sdk/src/sandbox/sandboxApi.ts
@@ -13,7 +13,7 @@ export interface SandboxApiOpts
13
14
export interface SandboxListOpts extends SandboxApiOpts {
15
/**
16
- * Filter the list of sandboxes by metadata, e.g. `{"key": "value"}`
+ * Filter the list of sandboxes by metadata, e.g. `{"key": "value"}`, if there are multiple filters they are combined with AND.
17
*/
18
filters?: Record<string, string>
19
}
@@ -91,7 +91,6 @@ export class SandboxApi {
91
* List all running sandboxes.
92
*
93
* @param opts connection options.
94
- * @param opts.filters filter the list of sandboxes by metadata, e.g. `{"key": "value"}, if there are multiple filters they are combined with AND.
95
96
* @returns list of running sandboxes.
97
0 commit comments