{ "opencollection": "1.0.0", "info": { "name": "Kaltura OTT accessControl permissionItem API", "version": "3.6.287.20720" }, "items": [ { "info": { "name": "permissionItem", "type": "folder" }, "items": [ { "info": { "name": "permissionItem.add", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/permissionitem/action/add", "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": "Adds a new permission item object to the account.\n\nThis action is available only to Kaltura system administrators." }, { "info": { "name": "permissionItem.delete", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/permissionitem/action/delete", "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": "Deletes an existing permission item object.\n\nThis action is available only to Kaltura system administrators." }, { "info": { "name": "permissionItem.get", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/permissionitem/action/get", "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": "Retrieves a permission item object using its ID." }, { "info": { "name": "permissionItem.list", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/permissionitem/action/list", "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": "Lists permission item objects that are associated with an account." }, { "info": { "name": "permissionItem.update", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/permissionitem/action/update", "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": "Updates an existing permission item object.\n\nThis action is available only to Kaltura system administrators." } ] } ], "bundled": true }