@@ -187,7 +187,7 @@ type BrowserPoolBrowserPoolConfig struct {
187187 // If true, launches the browser in kiosk mode to hide address bar and tabs in live
188188 // view.
189189 KioskMode bool `json:"kiosk_mode"`
190- // Optional name for the browser pool. Must be unique within the organization .
190+ // Optional name for the browser pool. Must be unique within the project .
191191 Name string `json:"name"`
192192 // Profile selection for the browser session. Provide either id or name. If
193193 // specified, the matching profile will be loaded into the browser session.
@@ -335,7 +335,7 @@ type BrowserPoolNewParams struct {
335335 // If true, launches the browser in kiosk mode to hide address bar and tabs in live
336336 // view.
337337 KioskMode param.Opt [bool ] `json:"kiosk_mode,omitzero"`
338- // Optional name for the browser pool. Must be unique within the organization .
338+ // Optional name for the browser pool. Must be unique within the project .
339339 Name param.Opt [string ] `json:"name,omitzero"`
340340 // Optional proxy to associate to the browser session. Must reference a proxy
341341 // belonging to the caller's org.
@@ -396,7 +396,7 @@ type BrowserPoolUpdateParams struct {
396396 // If true, launches the browser in kiosk mode to hide address bar and tabs in live
397397 // view.
398398 KioskMode param.Opt [bool ] `json:"kiosk_mode,omitzero"`
399- // Optional name for the browser pool. Must be unique within the organization .
399+ // Optional name for the browser pool. Must be unique within the project .
400400 Name param.Opt [string ] `json:"name,omitzero"`
401401 // Optional proxy to associate to the browser session. Must reference a proxy
402402 // belonging to the caller's org.
0 commit comments