{ "opencollection": "1.0.0", "info": { "name": "Harvest API v2 Clients Roles API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Roles", "type": "folder" }, "items": [ { "info": { "name": "List roles", "type": "http" }, "http": { "method": "GET", "url": "https://api.harvestapp.com/v2/roles" }, "docs": "List roles" }, { "info": { "name": "Create a role", "type": "http" }, "http": { "method": "POST", "url": "https://api.harvestapp.com/v2/roles" }, "docs": "Create a role" }, { "info": { "name": "Retrieve a role", "type": "http" }, "http": { "method": "GET", "url": "https://api.harvestapp.com/v2/roles/:role_id", "params": [ { "name": "role_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a role" }, { "info": { "name": "Update a role", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.harvestapp.com/v2/roles/:role_id", "params": [ { "name": "role_id", "value": "", "type": "path" } ] }, "docs": "Update a role" }, { "info": { "name": "Delete a role", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.harvestapp.com/v2/roles/:role_id", "params": [ { "name": "role_id", "value": "", "type": "path" } ] }, "docs": "Delete a role" } ] } ], "bundled": true }