{ "opencollection": "1.0.0", "info": { "name": "Kaltura OTT accessControl followTvSeries API", "version": "3.6.287.20720" }, "items": [ { "info": { "name": "followTvSeries", "type": "folder" }, "items": [ { "info": { "name": "followTvSeries.add", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/followtvseries/action/add" }, "docs": "Add a user's tv series follow.\r\n Possible status codes: UserAlreadyFollowing = 8013, NotFound = 500007, InvalidAssetId = 4024" }, { "info": { "name": "followTvSeries.delete", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/followtvseries/action/delete" }, "docs": "Delete a user's tv series follow.\r\n Possible status codes: UserNotFollowing = 8012, NotFound = 500007, InvalidAssetId = 4024, AnnouncementNotFound = 8006" }, { "info": { "name": "followTvSeries.deleteWithToken", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/followtvseries/action/deleteWithToken" }, "docs": "Delete a user's tv series follow." }, { "info": { "name": "followTvSeries.list", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/followtvseries/action/list" }, "docs": "List user's tv series follows.\r\n Possible status codes:" } ] } ], "bundled": true }