{ "opencollection": "1.0.0", "info": { "name": "Kaltura OTT accessControl configurationGroupTag API", "version": "3.6.287.20720" }, "items": [ { "info": { "name": "configurationGroupTag", "type": "folder" }, "items": [ { "info": { "name": "configurationGroupTag.add", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/configurationgrouptag/action/add" }, "docs": "Add a new tag to a configuration group. If this tag is already associated to another group, request fails" }, { "info": { "name": "configurationGroupTag.delete", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/configurationgrouptag/action/delete" }, "docs": "Remove a tag association from configuration group" }, { "info": { "name": "configurationGroupTag.get", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/configurationgrouptag/action/get" }, "docs": "Return the configuration group the tag is associated to" }, { "info": { "name": "configurationGroupTag.list", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/configurationgrouptag/action/list" }, "docs": "Return list of tags for a configuration group" } ] } ], "bundled": true }