Update a PDP Context definition
<br>
The following properties may be set in the JSON body:
* `apn` - APN name (required)
* `organisation` - Owner of the PDP context definition. Can only be set to your own organisation or
child Reseller organisations of yours. (defaults to own organisation)
* `auto_assign` - Whether the APN should be auto assigned to newly created usage tariffs (0 = false, 1 = true)
* `qos_subscribed` - 3 byte hex value (defaults to 13911f)
* `ext_qos_subscribed` - max. 9 byte hex value (defaults to 037396fefe44fbfefe)
* `ext2_qos_subscribed` - max. 3 byte hex value (defaults to 007a00)
* `ext3_qos_subscribed` - max. 2 byte hex value (defaults to 7a00)
* `ext4_qos_subscribed` - 1 byte hex value (defaults to null)
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_id
Request
This endpoint expects an object.
apn
organisation
auto_assign
qos_subscribed
ext_qos_subscribed
ext2_qos_subscribed
ext3_qos_subscribed
ext4_qos_subscribed
Response
No Content