{ "opencollection": "1.0.0", "info": { "name": "Api Documentation Accounts Allowances API", "version": "1.0" }, "items": [ { "info": { "name": "Allowances", "type": "folder" }, "items": [ { "info": { "name": "get_allowances_by_id", "type": "http" }, "http": { "method": "GET", "url": "https://service.chromeriver.com/allowances/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." } ] } }, { "info": { "name": "put_allowances_by_id", "type": "http" }, "http": { "method": "PUT", "url": "https://service.chromeriver.com/allowances/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Always perform a partial update." } ] } ], "bundled": true }