{ "opencollection": "1.0.0", "info": { "name": "3gpp-mbs-us", "version": "1.1.0" }, "items": [ { "info": { "name": "MBS User Services", "type": "folder" }, "items": [ { "info": { "name": "Retrieve all the active MBS User Service resources managed by the NEF.", "type": "http" }, "http": { "method": "GET", "url": "{apiRoot}/3gpp-mbs-us/v1/mbs-user-services" }, "docs": "Retrieve all the active MBS User Service resources managed by the NEF." }, { "info": { "name": "Request the creation of a new Individual MBS User Service resource.", "type": "http" }, "http": { "method": "POST", "url": "{apiRoot}/3gpp-mbs-us/v1/mbs-user-services", "body": { "type": "json", "data": "{}" } }, "docs": "Request the creation of a new Individual MBS User Service resource." } ] }, { "info": { "name": "Individual MBS User Service", "type": "folder" }, "items": [ { "info": { "name": "Retrieve an existing Individual MBS User Service resource.", "type": "http" }, "http": { "method": "GET", "url": "{apiRoot}/3gpp-mbs-us/v1/mbs-user-services/:mbsUserServId", "params": [ { "name": "mbsUserServId", "value": "", "type": "path", "description": "Identifier of the Individual MBS User Service resource." } ] }, "docs": "Retrieve an existing Individual MBS User Service resource." }, { "info": { "name": "Request the update of an existing Individual MBS User Service resource.", "type": "http" }, "http": { "method": "PUT", "url": "{apiRoot}/3gpp-mbs-us/v1/mbs-user-services/:mbsUserServId", "params": [ { "name": "mbsUserServId", "value": "", "type": "path", "description": "Identifier of the Individual MBS User Service resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Request the update of an existing Individual MBS User Service resource." }, { "info": { "name": "Request the modification of an existing Individual MBS User Service resource.", "type": "http" }, "http": { "method": "PATCH", "url": "{apiRoot}/3gpp-mbs-us/v1/mbs-user-services/:mbsUserServId", "params": [ { "name": "mbsUserServId", "value": "", "type": "path", "description": "Identifier of the Individual MBS User Service resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Request the modification of an existing Individual MBS User Service resource." }, { "info": { "name": "Deletes an existing Individual MBS User Service resource.", "type": "http" }, "http": { "method": "DELETE", "url": "{apiRoot}/3gpp-mbs-us/v1/mbs-user-services/:mbsUserServId", "params": [ { "name": "mbsUserServId", "value": "", "type": "path", "description": "Identifier of the Individual MBS User Service resource." } ] }, "docs": "Deletes an existing Individual MBS User Service resource." } ] } ], "bundled": true }