{ "opencollection": "1.0.0", "info": { "name": "Koyeb Rest activity Secrets API", "version": "1.0.0" }, "items": [ { "info": { "name": "Secrets", "type": "folder" }, "items": [ { "info": { "name": "List Secrets", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/secrets", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "types", "value": "", "type": "query", "description": "Filter by secret types" }, { "name": "project_id", "value": "", "type": "query", "description": "(Optional) A filter for the project ID" } ] }, "docs": "List Secrets" }, { "info": { "name": "Create Secret", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/secrets" }, "docs": "Create Secret" }, { "info": { "name": "Get Secret", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/secrets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Secret" }, { "info": { "name": "Update Secret", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/secrets/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "update_mask", "value": "", "type": "query" } ] }, "docs": "Update Secret" }, { "info": { "name": "Update Secret", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v1/secrets/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "update_mask", "value": "", "type": "query" } ] }, "docs": "Update Secret" }, { "info": { "name": "Delete Secret", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/secrets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Secret" }, { "info": { "name": "Reveal Secret", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/secrets/:id/reveal", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Reveal Secret" } ] } ], "bundled": true }