PATCH
/
browser
/
{id}
/
proxy
curl --request PATCH \
  --url https://api.gologin.com/browser/{id}/proxy \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "mode": "http",
  "host": "127.0.0.1",
  "port": 80,
  "username": "user",
  "password": "password"
}'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Id of the profile.

Body

application/json