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

pdp_idstringRequired
rat_type_idstringRequired

Request

This endpoint expects an object.
max_bandwidth_dlintegerOptional0-4294967295
max_bandwidth_ulintegerOptional0-4294967295

Response

Successful operation

Errors