Skip to content

Update Browser

Description

Updates an existing profile. Send only fields you want to change plus required id.

Request

Method: POST
URL: /api/updateBrowser

FieldTypeRequiredDescription
idintyesProfile ID
name, group, os, chrome_versionnoBasic fields
proxy, cookie, homepageobjectnoSame as Create browser
ua, time-zone, screen, fonts, canvas, webgl, …objectnoFingerprint modules

Example

json
{
  "id": 1,
  "name": "Shop-US-01-renamed",
  "group": "E-commerce"
}

Response

json
{
  "success": true,
  "message": "Browser updated successfully"
}
json
{
  "success": false,
  "error": "Browser not found"
}