cURL
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 ' { "browserIds": [ "6200f55e7685342e170dc531" ], "updateUaToNewBrowserV": true, "updateAllProfiles": true } '
Updates the user agent of profile to the new browser version.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Profile IDs that you want to update.
["6200f55e7685342e170dc531"]
Should be always true.
true
If true - updates all profiles that belongs to user.
Was this page helpful?