{ "opencollection": "1.0.0", "info": { "name": "Paperspace Container Registries Activity Startup Scripts API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Startup Scripts", "type": "folder" }, "items": [ { "info": { "name": "List Startup Scripts", "type": "http" }, "http": { "method": "GET", "url": "https://api.paperspace.com/v1/startup-scripts" }, "docs": "Fetches a list of startup scripts." }, { "info": { "name": "Create Startup Script", "type": "http" }, "http": { "method": "POST", "url": "https://api.paperspace.com/v1/startup-scripts", "body": { "type": "json", "data": "{}" } }, "docs": "Generates a new startup script." }, { "info": { "name": "Get Startup Script", "type": "http" }, "http": { "method": "GET", "url": "https://api.paperspace.com/v1/startup-scripts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Fetches a single startup script by ID." }, { "info": { "name": "Update Startup Script", "type": "http" }, "http": { "method": "PUT", "url": "https://api.paperspace.com/v1/startup-scripts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modifies an existing startup script." }, { "info": { "name": "Delete Startup Script", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.paperspace.com/v1/startup-scripts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Removes a startup script." }, { "info": { "name": "Assign Startup Script", "type": "http" }, "http": { "method": "POST", "url": "https://api.paperspace.com/v1/startup-scripts/:id/assign", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Links a startup script to a machine." }, { "info": { "name": "Unassign Startup Script", "type": "http" }, "http": { "method": "POST", "url": "https://api.paperspace.com/v1/startup-scripts/:id/unassign", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Disconnects a startup script from a machine." } ] } ], "bundled": true }