PATCH
/
v1
/
subAccount
/
edit
curl --request PATCH \
  --url https://api.goproxy.com/go-api/v1/subAccount/edit \
  --header 'Content-Type: application/json' \
  --header 'apiKey: <apikey>' \
  --data '{
  "username": "<string>",
  "password": "<string>",
  "trafficLimit": "<string>",
  "remarks": "<string>",
  "proxyType": "<string>"
}'
"Success"

Headers

apiKey
string
required

The apiKey is used to authenticate your account.

Body

application/json

Response

200 - application/json
Successful Response

The response is of type string.

Example:

"Success"