{ "opencollection": "1.0.0", "info": { "name": "Terrain Discovery Environment Analyses Sharing API", "version": "2026.04" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Sharing", "type": "folder" }, "items": [ { "info": { "name": "Share Data with Users", "type": "http" }, "http": { "method": "POST", "url": "https://de.cyverse.org/terrain/secured/filesystem/share", "body": { "type": "json", "data": "{}" } }, "docs": "Shares files or directories with specified users." }, { "info": { "name": "Unshare Data", "type": "http" }, "http": { "method": "POST", "url": "https://de.cyverse.org/terrain/secured/filesystem/unshare", "body": { "type": "json", "data": "{}" } }, "docs": "Removes sharing permissions for specified users on files or directories." } ] } ], "bundled": true }