{ "opencollection": "1.0.0", "info": { "name": "yatai api server admin api v1 customer resource API", "version": "1.0.0" }, "items": [ { "info": { "name": "customer resource", "type": "folder" }, "items": [ { "info": { "name": "Get a customer", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/customers/:customerName", "params": [ { "name": "customerName", "value": "", "type": "path" } ] }, "docs": "Get a customer" }, { "info": { "name": "Update a customer", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/customers/:customerName", "params": [ { "name": "customerName", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a customer" } ] } ], "bundled": true }