{ "opencollection": "1.0.0", "info": { "name": "Paperspace Container Registries Activity Custom Templates API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Custom Templates", "type": "folder" }, "items": [ { "info": { "name": "List Custom Templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.paperspace.com/v1/custom-templates" }, "docs": "Fetches a list of custom machine templates." }, { "info": { "name": "Create Custom Template", "type": "http" }, "http": { "method": "POST", "url": "https://api.paperspace.com/v1/custom-templates", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a custom template from a machine." }, { "info": { "name": "Get Custom Template", "type": "http" }, "http": { "method": "GET", "url": "https://api.paperspace.com/v1/custom-templates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Fetches a single template by ID." }, { "info": { "name": "Update Custom Template", "type": "http" }, "http": { "method": "PUT", "url": "https://api.paperspace.com/v1/custom-templates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a single template by ID." }, { "info": { "name": "Delete Custom Template", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.paperspace.com/v1/custom-templates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Deletes a custom template." } ] } ], "bundled": true }