{ "opencollection": "1.0.0", "info": { "name": "3gpp-addr-pp", "version": "1.0.1" }, "items": [ { "info": { "name": "Addressing Parameters Provisionings (Collection)", "type": "folder" }, "items": [ { "info": { "name": "Request to retrieve all the active Addressing Parameters Provisionings at the NEF.", "type": "http" }, "http": { "method": "GET", "url": "{apiRoot}/3gpp-addr-pp/v1/pp" }, "docs": "Request to retrieve all the active Addressing Parameters Provisionings at the NEF." }, { "info": { "name": "Request the creation of a new Addressing Parameters Provisioning.", "type": "http" }, "http": { "method": "POST", "url": "{apiRoot}/3gpp-addr-pp/v1/pp", "body": { "type": "json", "data": "{}" } }, "docs": "Request the creation of a new Addressing Parameters Provisioning." } ] }, { "info": { "name": "Individual Addressing Parameters Provisioning (Document)", "type": "folder" }, "items": [ { "info": { "name": "Request to retrieve an existing Individual Addressing Parameters Provisioning resource.", "type": "http" }, "http": { "method": "GET", "url": "{apiRoot}/3gpp-addr-pp/v1/pp/:ppId", "params": [ { "name": "ppId", "value": "", "type": "path", "description": "Represents the identifier of the Individual Addressing Parameters Provisioning resource.\n" } ] }, "docs": "Request to retrieve an existing Individual Addressing Parameters Provisioning resource." }, { "info": { "name": "Request the update of an existing Individual Addressing Parameters Provisioning resource.", "type": "http" }, "http": { "method": "PUT", "url": "{apiRoot}/3gpp-addr-pp/v1/pp/:ppId", "params": [ { "name": "ppId", "value": "", "type": "path", "description": "Represents the identifier of the Individual Addressing Parameters Provisioning resource.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Request the update of an existing Individual Addressing Parameters Provisioning resource." }, { "info": { "name": "Request the modification of an existing Individual Addressing Parameters Provisioning resource.", "type": "http" }, "http": { "method": "PATCH", "url": "{apiRoot}/3gpp-addr-pp/v1/pp/:ppId", "params": [ { "name": "ppId", "value": "", "type": "path", "description": "Represents the identifier of the Individual Addressing Parameters Provisioning resource.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Request the modification of an existing Individual Addressing Parameters Provisioning resource." }, { "info": { "name": "Request the deletion of an existing Individual Addressing Parameters Provisioning resource.", "type": "http" }, "http": { "method": "DELETE", "url": "{apiRoot}/3gpp-addr-pp/v1/pp/:ppId", "params": [ { "name": "ppId", "value": "", "type": "path", "description": "Represents the identifier of the Individual Addressing Parameters Provisioning resource.\n" } ] }, "docs": "Request the deletion of an existing Individual Addressing Parameters Provisioning resource." } ] } ], "bundled": true }