Update the limits of a QoS definition
You can use this call to update either only the Downlink, Uplink or both pam_limits
The following fields can be specified in the request body:
- `max_bandwidth_dl`: an unsigned int32 specifying the maximum allowed bandwidth on the downlink in bits per second
- `max_bandwidth_ul`: an unsigned int32 specifying the maximum allowed bandwidth on the uplink in bits per second
Note that you cannot limit all rat_types, just those that are limitable.
Use `GET /api/v1/rat_type?limitable` to retrieve them.
Authentication
AuthorizationBearer
An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the POST request to
/api/v1/authenticate.
Path parameters
rat_type_id
RAT Type ID.
This value is the top-level `id` field in each item returned by `GET /api/v1/rat_type?limitable`.
- `1` - 3G
- `6` - 4G
- `8` - NB-IoT
Allowed values:
pdp_id
Numerical ID of a PDP Context definition
Request
This endpoint expects an object.
max_bandwidth_dl
max_bandwidth_ul
Response
Successful operation
Errors
400
Bad Request Error
403
Forbidden Error