{ "opencollection": "1.0.0", "info": { "name": "Travis CI REST API v3 Builds Users API", "version": "3" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get the current user", "type": "http" }, "http": { "method": "GET", "url": "https://api.travis-ci.com/user" }, "docs": "Get the current user" }, { "info": { "name": "Update the current user", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.travis-ci.com/user" }, "docs": "Update the current user" }, { "info": { "name": "Get a user by id", "type": "http" }, "http": { "method": "GET", "url": "https://api.travis-ci.com/user/:user_id", "params": [ { "name": "user_id", "value": "", "type": "path" } ] }, "docs": "Get a user by id" }, { "info": { "name": "Trigger a user sync with GitHub", "type": "http" }, "http": { "method": "POST", "url": "https://api.travis-ci.com/user/:user_id/sync", "params": [ { "name": "user_id", "value": "", "type": "path" } ] }, "docs": "Trigger a user sync with GitHub" }, { "info": { "name": "Log out the current user", "type": "http" }, "http": { "method": "GET", "url": "https://api.travis-ci.com/logout" }, "docs": "Log out the current user" } ] } ], "bundled": true }