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 '{ "updateUaToNewBrowserV": true, "updateAllProfiles": true, "browserIds": [ "6200f55e7685342e170dc531" ] }'
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>
Was this page helpful?