PATCH
/
browser
/
{id}
/
language
curl --request PATCH \
  --url https://api.gologin.com/browser/{id}/language \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "language": "en-US",
  "autoLang": true
}'

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