{ "opencollection": "1.0.0", "info": { "name": "Fermyon Cloud accounts key-value-stores API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "key-value-stores", "type": "folder" }, "items": [ { "info": { "name": "POST /api/key-value-stores/{store}", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.fermyon.com/api/key-value-stores/:store", "headers": [ { "name": "Api-Version", "value": "" } ], "params": [ { "name": "store", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "DELETE /api/key-value-stores/{store}", "type": "http" }, "http": { "method": "DELETE", "url": "https://cloud.fermyon.com/api/key-value-stores/:store", "headers": [ { "name": "Api-Version", "value": "" } ], "params": [ { "name": "store", "value": "", "type": "path" } ] } }, { "info": { "name": "GET /api/key-value-stores", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.fermyon.com/api/key-value-stores", "headers": [ { "name": "Api-Version", "value": "" } ], "params": [ { "name": "appId", "value": "", "type": "query" } ] } }, { "info": { "name": "POST /api/key-value-stores/{store}/links", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.fermyon.com/api/key-value-stores/:store/links", "headers": [ { "name": "Api-Version", "value": "" } ], "params": [ { "name": "store", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "DELETE /api/key-value-stores/{store}/links", "type": "http" }, "http": { "method": "DELETE", "url": "https://cloud.fermyon.com/api/key-value-stores/:store/links", "headers": [ { "name": "Api-Version", "value": "" } ], "params": [ { "name": "store", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "PATCH /api/key-value-stores/{store}/rename", "type": "http" }, "http": { "method": "PATCH", "url": "https://cloud.fermyon.com/api/key-value-stores/:store/rename", "headers": [ { "name": "Api-Version", "value": "" } ], "params": [ { "name": "store", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }