{ "opencollection": "1.0.0", "info": { "name": "3gpp-applying-bdt-policy", "version": "1.1.1" }, "items": [ { "info": { "name": "Applied BDT Policy Subscription", "type": "folder" }, "items": [ { "info": { "name": "read all of the active subscriptions for the AF", "type": "http" }, "http": { "method": "GET", "url": "{apiRoot}/3gpp-applying-bdt-policy/v1/:afId/subscriptions", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" } ] }, "docs": "read all of the active subscriptions for the AF" }, { "info": { "name": "Creates a new subscription resource", "type": "http" }, "http": { "method": "POST", "url": "{apiRoot}/3gpp-applying-bdt-policy/v1/:afId/subscriptions", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new subscription resource" } ] }, { "info": { "name": "Individual Applied BDT Policy Subscription", "type": "folder" }, "items": [ { "info": { "name": "read an active subscriptions for the SCS/AS and the subscription Id", "type": "http" }, "http": { "method": "GET", "url": "{apiRoot}/3gpp-applying-bdt-policy/v1/:afId/subscriptions/:subscriptionId", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Identifier of the subscription resource" } ] }, "docs": "read an active subscriptions for the SCS/AS and the subscription Id" }, { "info": { "name": "Partial updates/replaces an existing subscription resource", "type": "http" }, "http": { "method": "PATCH", "url": "{apiRoot}/3gpp-applying-bdt-policy/v1/:afId/subscriptions/:subscriptionId", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Identifier of the subscription resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Partial updates/replaces an existing subscription resource" }, { "info": { "name": "Deletes an already existing subscription", "type": "http" }, "http": { "method": "DELETE", "url": "{apiRoot}/3gpp-applying-bdt-policy/v1/:afId/subscriptions/:subscriptionId", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Identifier of the subscription resource" } ] }, "docs": "Deletes an already existing subscription" } ] } ], "bundled": true }