cURL
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"
Update an existing sub-account under your main account.
The apiKey is used to authenticate your account.
Successful Response
The response is of type string.
string