cURL
curl --request PATCH \ --url https://api.goproxy.com/go-api/v1/subAccount/plan/traffic \ --header 'Content-Type: application/json' \ --header 'apiKey: <apikey>' \ --data '{ "proxyType": 123, "username": "<string>", "trafficLimit": 123 }'
"Success"
Update the taffic limit of the sub-account.
Your API key for authentication.
Successful Response
The response is of type string.
string