Skip to main content
PUT
/
cabinet
/
subscription
/
traffic
Switch Traffic Package
curl --request PUT \
  --url http://localhost:8080/cabinet/subscription/traffic \
  --header 'Content-Type: application/json' \
  --data '{
  "gb": 50000
}'
{}

Body

application/json

Request to purchase additional traffic.

gb
integer
required

GB to purchase (0 = unlimited)

Required range: 0 <= x <= 100000

Response

Successful Response

The response is of type Response Switch Traffic Package Cabinet Subscription Traffic Put · object.