{ "opencollection": "1.0.0", "info": { "name": "Infisical Admin SSH Certificate Templates API", "version": "0.0.1" }, "items": [ { "info": { "name": "SSH Certificate Templates", "type": "folder" }, "items": [ { "info": { "name": "GET /api/v1/ssh/certificate-templates/{certificateTemplateId}", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/ssh/certificate-templates/:certificateTemplateId", "params": [ { "name": "certificateTemplateId", "value": "", "type": "path", "description": "The ID of the SSH certificate template to get." } ] } }, { "info": { "name": "PATCH /api/v1/ssh/certificate-templates/{certificateTemplateId}", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/ssh/certificate-templates/:certificateTemplateId", "params": [ { "name": "certificateTemplateId", "value": "", "type": "path", "description": "The ID of the SSH certificate template to update." } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "DELETE /api/v1/ssh/certificate-templates/{certificateTemplateId}", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/ssh/certificate-templates/:certificateTemplateId", "params": [ { "name": "certificateTemplateId", "value": "", "type": "path", "description": "The ID of the SSH certificate template to delete." } ] } }, { "info": { "name": "POST /api/v1/ssh/certificate-templates", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/ssh/certificate-templates", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "listProjectSshCertificateTemplates", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/projects/:projectId/ssh-certificate-templates", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The ID of the project to list SSH certificate templates for." } ] } }, { "info": { "name": "GET /api/v2/workspace/{projectId}/ssh-certificate-templates", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v2/workspace/:projectId/ssh-certificate-templates", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The ID of the project to list SSH certificate templates for." } ] } } ] } ], "bundled": true }