PATCH
/
browser
/
update_ua_to_new_browser_v
curl --request PATCH \
  --url https://api.gologin.com/browser/update_ua_to_new_browser_v \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "updateUaToNewBrowserV": true,
  "updateAllProfiles": true,
  "browserIds": [
    "6200f55e7685342e170dc531"
  ]
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

currentWorkspace
string

Body

application/json