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

namestring nullable

New name for the browser profile

descriptionstring nullable

New description for the browser profile

proxy_session_idstring nullable

Opaque Skyvern-managed proxy sticky-session id.

rotate_proxy_session_idboolean

Rotate the Skyvern-managed proxy sticky-session id for this profile.

Example request

{
  "proxy_location": {
    "country": "US",
    "subdivision": "CA",
    "city": "New York"
  }
}

Response

Successfully updated browser profile

browser_profile_idstring required
organization_idstring required
namestring required
descriptionstring nullable
source_browser_typestring nullable
proxy_session_idstring nullable
is_managedboolean
workflow_permanent_idstring nullable
browser_profile_key_digeststring nullable
created_atstring date-time required
modified_atstring date-time required
deleted_atstring date-time nullable
last_verified_login_atstring date-time nullable
linked_credential_namestring nullable

Example response

{
  "proxy_location": {
    "country": "US",
    "subdivision": "CA",
    "city": "New York"
  }
}

Changes

Changed in 6 of the 86 revisions of this API.11

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • endpoint added

      endpoint-added

    This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog