{ "opencollection": "1.0.0", "info": { "name": "Trakt Calendars Comments API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Comments", "type": "folder" }, "items": [ { "info": { "name": "Get A Comment Or Reply", "type": "http" }, "http": { "method": "GET", "url": "https://api.trakt.tv/comments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get A Comment Or Reply" }, { "info": { "name": "Update A Comment Or Reply", "type": "http" }, "http": { "method": "PUT", "url": "https://api.trakt.tv/comments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update A Comment Or Reply" }, { "info": { "name": "Delete A Comment Or Reply", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.trakt.tv/comments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete A Comment Or Reply" }, { "info": { "name": "Like A Comment", "type": "http" }, "http": { "method": "POST", "url": "https://api.trakt.tv/comments/:id/like", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Like A Comment" }, { "info": { "name": "Remove Like On A Comment", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.trakt.tv/comments/:id/like", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Remove Like On A Comment" } ] } ], "bundled": true }