{ "opencollection": "1.0.0", "info": { "name": "Ankorstore Stock Tracking and Logistics Applications User API", "version": "1.2.2-oas3.1" }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "Configuration for the current user", "type": "http" }, "http": { "method": "GET", "url": "http://www.ankorlocal.com:8000/api/v1/me/config", "headers": [ { "name": "Accept", "value": "" } ] }, "docs": "Returns configuration for the current user" }, { "info": { "name": "Configuration for the specified user", "type": "http" }, "http": { "method": "GET", "url": "http://www.ankorlocal.com:8000/api/v1/users/:id/config", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "User ID" } ] }, "docs": "Returns configuration of the specified user" } ] } ], "bundled": true }