{ "opencollection": "1.0.0", "info": { "name": "Infisical Admin PKI Certificate Policies API", "version": "0.0.1" }, "items": [ { "info": { "name": "PKI Certificate Policies", "type": "folder" }, "items": [ { "info": { "name": "listCertificatePolicies", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/cert-manager/certificate-policies", "params": [ { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ] } }, { "info": { "name": "createCertificatePolicy", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/cert-manager/certificate-policies", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getCertificatePolicy", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/cert-manager/certificate-policies/:id", "params": [ { "name": "applicationId", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "updateCertificatePolicy", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/cert-manager/certificate-policies/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteCertificatePolicy", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/cert-manager/certificate-policies/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }