{ "opencollection": "1.0.0", "info": { "name": "Runpod REST Billing Templates API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Templates", "type": "folder" }, "items": [ { "info": { "name": "List templates", "type": "http" }, "http": { "method": "GET", "url": "https://rest.runpod.io/v1/templates" }, "docs": "List templates" }, { "info": { "name": "Create a template", "type": "http" }, "http": { "method": "POST", "url": "https://rest.runpod.io/v1/templates" }, "docs": "Create a template" }, { "info": { "name": "Get a template", "type": "http" }, "http": { "method": "GET", "url": "https://rest.runpod.io/v1/templates/:templateId", "params": [ { "name": "templateId", "value": "", "type": "path" } ] }, "docs": "Get a template" }, { "info": { "name": "Update a template", "type": "http" }, "http": { "method": "PATCH", "url": "https://rest.runpod.io/v1/templates/:templateId", "params": [ { "name": "templateId", "value": "", "type": "path" } ] }, "docs": "Update a template" }, { "info": { "name": "Delete a template", "type": "http" }, "http": { "method": "DELETE", "url": "https://rest.runpod.io/v1/templates/:templateId", "params": [ { "name": "templateId", "value": "", "type": "path" } ] }, "docs": "Delete a template" }, { "info": { "name": "Apply a template update", "type": "http" }, "http": { "method": "POST", "url": "https://rest.runpod.io/v1/templates/:templateId/update", "params": [ { "name": "templateId", "value": "", "type": "path" } ] }, "docs": "Apply a template update" } ] } ], "bundled": true }