{ "opencollection": "1.0.0", "info": { "name": "Codesphere Public clusters ssh API", "version": "0.1.0" }, "items": [ { "info": { "name": "ssh", "type": "folder" }, "items": [ { "info": { "name": "listPublicKeys", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.codesphere.com/api/ssh/keys", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List public SSH keys for the authenticated user" }, { "info": { "name": "uploadPublicKey", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.codesphere.com/api/ssh/keys", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Upload a public SSH key for the authenticated user" }, { "info": { "name": "deletePublicKey", "type": "http" }, "http": { "method": "DELETE", "url": "https://cloud.codesphere.com/api/ssh/keys", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a public SSH key for the authenticated user" } ] } ], "bundled": true }