{ "opencollection": "1.0.0", "info": { "name": "Kaltura OTT accessControl tag API", "version": "3.6.287.20720" }, "items": [ { "info": { "name": "tag", "type": "folder" }, "items": [ { "info": { "name": "tag.add", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/tag/action/add" }, "docs": "Add a new tag" }, { "info": { "name": "tag.delete", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/tag/action/delete" }, "docs": "Delete an existing tag" }, { "info": { "name": "tag.list", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/tag/action/list" }, "docs": "Get the list of tags for the partner" }, { "info": { "name": "tag.update", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/tag/action/update" }, "docs": "Update an existing tag" }, { "info": { "name": "tag.deletePending", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/tagsearch_tag/action/deletePending", "params": [ { "name": "ks", "value": "", "type": "query" }, { "name": "format", "value": "", "type": "query", "description": "The format of the response" }, { "name": "clientTag", "value": "", "type": "query" }, { "name": "partnerId", "value": "", "type": "query" }, { "name": "language", "value": "", "type": "query" } ] }, "docs": "Action goes over all tags with instanceCount==0 and checks whether they need to be removed from the DB. Returns number of removed tags." }, { "info": { "name": "tag.indexCategoryEntryTags", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/tagsearch_tag/action/indexCategoryEntryTags", "params": [ { "name": "ks", "value": "", "type": "query" }, { "name": "format", "value": "", "type": "query", "description": "The format of the response" }, { "name": "clientTag", "value": "", "type": "query" }, { "name": "partnerId", "value": "", "type": "query" }, { "name": "language", "value": "", "type": "query" } ] } }, { "info": { "name": "tag.search", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/tagsearch_tag/action/search", "params": [ { "name": "ks", "value": "", "type": "query" }, { "name": "format", "value": "", "type": "query", "description": "The format of the response" }, { "name": "clientTag", "value": "", "type": "query" }, { "name": "partnerId", "value": "", "type": "query" }, { "name": "language", "value": "", "type": "query" } ] } } ] } ], "bundled": true }