{ "opencollection": "1.0.0", "info": { "name": "smolfleet apikeys tenants API", "version": "0.1.0" }, "items": [ { "info": { "name": "tenants", "type": "folder" }, "items": [ { "info": { "name": "tenant_list", "type": "http" }, "http": { "method": "GET", "url": "https://api.smolmachines.com/v1/tenants" } }, { "info": { "name": "tenant_create", "type": "http" }, "http": { "method": "POST", "url": "https://api.smolmachines.com/v1/tenants", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "tenant_get", "type": "http" }, "http": { "method": "GET", "url": "https://api.smolmachines.com/v1/tenants/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Tenant id" } ] } }, { "info": { "name": "tenant_update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.smolmachines.com/v1/tenants/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Tenant id" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "tenant_reactivate", "type": "http" }, "http": { "method": "POST", "url": "https://api.smolmachines.com/v1/tenants/:id/reactivate", "params": [ { "name": "id", "value": "", "type": "path", "description": "Tenant id" } ] } }, { "info": { "name": "tenant_suspend", "type": "http" }, "http": { "method": "POST", "url": "https://api.smolmachines.com/v1/tenants/:id/suspend", "params": [ { "name": "id", "value": "", "type": "path", "description": "Tenant id" } ] } } ] } ], "bundled": true }