{ "opencollection": "1.0.0", "info": { "name": "ChartHop access org-config API", "version": "V1.0.0" }, "items": [ { "info": { "name": "org-config", "type": "folder" }, "items": [ { "info": { "name": "Return config for a given org", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/org/:orgId/config", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "Org identifier (either id or slug)" } ] }, "docs": "Return config for a given org" }, { "info": { "name": "Create an org config if it doesn't exist", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/org/:orgId/config", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "Org identifier (either id or slug)" } ] }, "docs": "Create an org config if it doesn't exist" }, { "info": { "name": "Update an existing org config", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v1/org/:orgId/config", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "Org identifier (either id or slug)" } ] }, "docs": "Update an existing org config" } ] } ], "bundled": true }