Browser Profiles
Update browser profile
Update a browser profile's name and/or description
patch/v1/browser_profiles/{profile_id}
Path parameters
profile_idstring required
The ID of the browser profile to update. browser_profile_id starts with bp_
Example:bp_123456
The ID of the browser profile to update. browser_profile_id starts with bp_
Headers
x-api-keystring nullable
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Request body
Example request
{
"proxy_location": {
"country": "US",
"subdivision": "CA",
"city": "New York"
}
}Response
Successfully updated browser profile
Example response
{
"proxy_location": {
"country": "US",
"subdivision": "CA",
"city": "New York"
}
}