{ "opencollection": "1.0.0", "info": { "name": "Identity Service Ably Settings API", "version": "1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Settings", "type": "folder" }, "items": [ { "info": { "name": "SettingsController_getCustomerSettings_v1", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/customers/:customerId/settings", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "customer id" } ] } }, { "info": { "name": "SettingsController_updateCustomerSettings_v1", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/customers/:customerId/settings", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "customer id" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }