Skip to content

Commit 9b784cb

Browse files
feat: Neil/kernel 1180 fuzzy matching for browser pools
1 parent f095149 commit 9b784cb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 111
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-49a1a92e00d1eb87e91e8527275cb0705fce2edea30e70fea745f134dd451fbd.yml
3-
openapi_spec_hash: 8670a9860c54682b158924e990d4de31
4-
config_hash: b12b028d6aa7564db0983135073805e3
3+
openapi_spec_hash: 0ffef6a95f9d9b1096180fc5e4c5b39c
4+
config_hash: 9818dd634f87b677410eefd013d7a179

browser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ type BrowserListParams struct {
728728
Limit param.Opt[int64] `query:"limit,omitzero" json:"-"`
729729
// Number of results to skip. Defaults to 0.
730730
Offset param.Opt[int64] `query:"offset,omitzero" json:"-"`
731-
// Search browsers by session ID, profile ID, or proxy ID.
731+
// Search browsers by session ID, profile ID, proxy ID, or pool name.
732732
Query param.Opt[string] `query:"query,omitzero" json:"-"`
733733
// Filter sessions by status. "active" returns only active sessions (default),
734734
// "deleted" returns only soft-deleted sessions, "all" returns both.

0 commit comments

Comments
 (0)