PATCH
/
v1
/
account
/
proxySetup
curl --request PATCH \
  --url https://api.goproxy.com/go-api/v1/account/proxySetup \
  --header 'Content-Type: application/json' \
  --header 'apiKey: <apikey>' \
  --data '{
  "proxyType": 123,
  "newPassword": "<string>",
  "newRemarks": "<string>",
  "newTrafficLimit": 123
}'
"Success"

Headers

apiKey
string
required

API key used for authentication.

Body

application/json

Response

200 - application/json
Successful Response

The response is of type string.

Example:

"Success"