{ "opencollection": "1.0.0", "info": { "name": "Controlplane Api ApiChangelog secrets API", "version": "1.0.0" }, "items": [ { "info": { "name": "secrets", "type": "folder" }, "items": [ { "info": { "name": "Get one or multiple secrets", "type": "http" }, "http": { "method": "GET", "url": "https://api.telekom.de/controlplane/v1/v1/secrets", "params": [ { "name": "secretId", "value": "", "type": "query", "description": "The id or reference to a secret" } ] }, "docs": "Get a list of secrets that are identified by the provided references in the request body" }, { "info": { "name": "Get a specific secret", "type": "http" }, "http": { "method": "GET", "url": "https://api.telekom.de/controlplane/v1/v1/secrets/:secretId", "params": [ { "name": "secretId", "value": "", "type": "path", "description": "The id or reference to a secret" } ] }, "docs": "Get a specific secret identified by its reference or ID" }, { "info": { "name": "Create or update a secret", "type": "http" }, "http": { "method": "PUT", "url": "https://api.telekom.de/controlplane/v1/v1/secrets/:secretId", "params": [ { "name": "secretId", "value": "", "type": "path", "description": "The id or reference to a secret" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or update a secret that is identified by its reference in the request body" } ] } ], "bundled": true }