{ "opencollection": "1.0.0", "info": { "name": "Humanitec AccountType SecretStore API", "version": "0.28.24" }, "items": [ { "info": { "name": "SecretStore", "type": "folder" }, "items": [ { "info": { "name": "Get list of Secret Stores for the given organization.", "type": "http" }, "http": { "method": "GET", "url": "https://api.humanitec.io/orgs/:orgId/secretstores", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The Organization ID.\n\n" } ] }, "docs": "Get list of Secret Stores for the given organization." }, { "info": { "name": "Create a Secret Store for the given organization.", "type": "http" }, "http": { "method": "POST", "url": "https://api.humanitec.io/orgs/:orgId/secretstores", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The Organization ID.\n\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a Secret Store for the given organization." }, { "info": { "name": "Get the Secret Store.", "type": "http" }, "http": { "method": "GET", "url": "https://api.humanitec.io/orgs/:orgId/secretstores/:storeId", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The Organization ID.\n\n" }, { "name": "storeId", "value": "", "type": "path", "description": "The Secret Store ID.\n\n" } ] }, "docs": "Get the Secret Store." }, { "info": { "name": "Update the Secret Store.", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.humanitec.io/orgs/:orgId/secretstores/:storeId", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The Organization ID.\n\n" }, { "name": "storeId", "value": "", "type": "path", "description": "The Secret Store ID.\n\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the Secret Store." }, { "info": { "name": "Delete the Secret Store.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.humanitec.io/orgs/:orgId/secretstores/:storeId", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The Organization ID.\n\n" }, { "name": "storeId", "value": "", "type": "path", "description": "The Secret Store ID.\n\n" } ] }, "docs": "Delete the Secret Store." } ] } ], "bundled": true }