Skip to content

Commit 6f3a2ae

Browse files
committed
Improve doc strings
1 parent e1a5dcb commit 6f3a2ae

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/js-sdk/src/sandbox/sandboxApi.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export interface SandboxApiOpts
1313

1414
export interface SandboxListOpts extends SandboxApiOpts {
1515
/**
16-
* Filter the list of sandboxes by metadata, e.g. `{"key": "value"}`
16+
* Filter the list of sandboxes by metadata, e.g. `{"key": "value"}`, if there are multiple filters they are combined with AND.
1717
*/
1818
filters?: Record<string, string>
1919
}
@@ -91,7 +91,6 @@ export class SandboxApi {
9191
* List all running sandboxes.
9292
*
9393
* @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.
9594
*
9695
* @returns list of running sandboxes.
9796
*/

0 commit comments

Comments
 (0)