Update profile

PUT {{API_BASE_URL}}/browser/{{PROFILE_ID}}

Request Params

KeyDatatypeRequiredDescription
name *requiredstring
browserType *requiredstring
os *requiredstring
proxy *requiredstring
audioContextstring
canvasstring
webRTCstring
webGLstring
clientRectsstring
webGLMetadatastring

Request Body

{"name"=>"New_name", "browserType"=>"chrome", "os"=>"win", "notes"=>"", "startUrl"=>"https://gologin.app", "googleServicesEnabled"=>false, "navigator"=>{"userAgent"=>"string", "resolution"=>"string", "language"=>"string", "platform"=>"Win32"}, "proxy"=>{"mode"=>"gologin", "autoProxyRegion"=>"us"}, "timezone"=>{"enabled"=>true, "fillBasedOnIp"=>true, "timezone"=>"string"}, "geolocation"=>{"mode"=>"prompt", "enabled"=>true, "customize"=>true, "fillBasedOnIp"=>true}, "audioContext"=>{"mode"=>"off"}, "canvas"=>{"mode"=>"off"}, "fonts"=>{"families"=>["string"], "enableMasking"=>true, "enableDomRect"=>true}, "mediaDevices"=>{"videoInputs"=>0, "audioInputs"=>0, "audioOutputs"=>0, "enableMasking"=>false}, "webRTC"=>{"mode"=>"alerted", "enabled"=>true, "customize"=>true, "localIpMasking"=>false, "fillBasedOnIp"=>true, "publicIp"=>"string", "localIps"=>["string"]}, "webGL"=>{"mode"=>"noise"}, "clientRects"=>{"mode"=>"noise"}, "webGLMetadata"=>{"mode"=>"mask", "vendor"=>"string", "renderer"=>"string"}, "webglParams"=>[], "googleClientId"=>"string", "chromeExtensions"=>[], "folders"=>[]}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: OK

{"proxy":{"mode":"gologin","autoProxyRegion":"us","id":null}}