{ "opencollection": "1.0.0", "info": { "name": "Travis CI REST API v3 Builds Logs API", "version": "3" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Logs", "type": "folder" }, "items": [ { "info": { "name": "Get a job log", "type": "http" }, "http": { "method": "GET", "url": "https://api.travis-ci.com/job/:job_id/log", "params": [ { "name": "job_id", "value": "", "type": "path" } ] }, "docs": "Get a job log" }, { "info": { "name": "Delete a job log", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.travis-ci.com/job/:job_id/log", "params": [ { "name": "job_id", "value": "", "type": "path" } ] }, "docs": "Delete a job log" } ] } ], "bundled": true }