{ "opencollection": "1.0.0", "info": { "name": "Voltair ApiKeys Organization API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organization", "type": "folder" }, "items": [ { "info": { "name": "Get organization", "type": "http" }, "http": { "method": "GET", "url": "/organization" }, "docs": "Returns the organization for the authenticated caller." }, { "info": { "name": "Update organization", "type": "http" }, "http": { "method": "PUT", "url": "/organization", "body": { "type": "json", "data": "{}" } }, "docs": "Updates organization details. Cannot edit id or createdAt." } ] } ], "bundled": true }