{ "opencollection": "1.0.0", "info": { "name": "Breeze Admin Organization Settings API", "version": "1.0.0" }, "items": [ { "info": { "name": "Organization Settings", "type": "folder" }, "items": [ { "info": { "name": "get_organization_settings", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8080/organization/settings", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "update_organization_settings", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:8080/organization/settings", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }