{ "opencollection": "1.0.0", "info": { "name": "Paperspace Container Registries Activity Team Secrets API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Team Secrets", "type": "folder" }, "items": [ { "info": { "name": "List Team Secrets", "type": "http" }, "http": { "method": "GET", "url": "https://api.paperspace.com/v1/teams/:id/secrets", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieves all secrets associated with a team." }, { "info": { "name": "Create Team Secret", "type": "http" }, "http": { "method": "POST", "url": "https://api.paperspace.com/v1/teams/:id/secrets", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Establishes a new secret for team use." }, { "info": { "name": "Get Team Secret", "type": "http" }, "http": { "method": "GET", "url": "https://api.paperspace.com/v1/teams/:id/secrets/:name", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "name", "value": "", "type": "path" } ] }, "docs": "Obtains a specific secret by its identifier." }, { "info": { "name": "Update Team Secret", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.paperspace.com/v1/teams/:id/secrets/:name", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Revises an existing secret's value." }, { "info": { "name": "Delete Team Secret", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.paperspace.com/v1/teams/:id/secrets/:name", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "name", "value": "", "type": "path" } ] }, "docs": "Removes a secret from team storage." } ] } ], "bundled": true }