{ "opencollection": "1.0.0", "info": { "name": "Paperspace Container Registries Activity Secrets API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Secrets", "type": "folder" }, "items": [ { "info": { "name": "List Project Secrets", "type": "http" }, "http": { "method": "GET", "url": "https://api.paperspace.com/v1/projects/:id/secrets", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Fetches a list of secrets for a project." }, { "info": { "name": "Create Project Secret", "type": "http" }, "http": { "method": "POST", "url": "https://api.paperspace.com/v1/projects/:id/secrets", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new secret for a project." }, { "info": { "name": "Get Project Secret", "type": "http" }, "http": { "method": "GET", "url": "https://api.paperspace.com/v1/projects/:id/secrets/:name", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "name", "value": "", "type": "path" } ] }, "docs": "Fetches a secret for a project (does not return the value)." }, { "info": { "name": "Update Project Secret", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.paperspace.com/v1/projects/:id/secrets/:name", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the value of a secret for a project." }, { "info": { "name": "Delete Project Secret", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.paperspace.com/v1/projects/:id/secrets/:name", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "name", "value": "", "type": "path" } ] }, "docs": "Deletes a secret from a project." } ] } ], "bundled": true }