Update an existing browser profile.
Modify any aspect of a browser profile, such as its name, description, viewport settings, or proxy configuration. Only the fields you provide will be updated; other fields remain unchanged.
Args:
Returns:
Raises:
Request model for updating a browser profile
Attributes: name: Display name for the profile description: Optional description of the profile persist: Whether browser state should persist between sessions ad_blocker: Whether ad blocking is enabled proxy: Whether proxy is enabled proxy_country_code: Country code for proxy location store_cache: Whether to store browser cache browser_viewport_width: Browser viewport width in pixels browser_viewport_height: Browser viewport height in pixels is_mobile: Whether the browser should be in mobile view
Successful Response
View model for representing a browser profile
Attributes: id: Unique identifier for the profile name: Display name for the profile description: Optional description of the profile persist: Whether browser state should persist between sessions ad_blocker: Whether ad blocking is enabled proxy: Whether proxy is enabled proxy_country_code: Country code for proxy location store_cache: Whether to store browser cache browser_viewport_width: Browser viewport width in pixels browser_viewport_height: Browser viewport height in pixels is_mobile: Whether the browser should be in mobile view created_at: Timestamp when the profile was created updated_at: Timestamp when the profile was last updated