{ "opencollection": "1.0.0", "info": { "name": "remediation.proto Audio Volumes API", "version": "version not set" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Volumes", "type": "folder" }, "items": [ { "info": { "name": "Get a volume by ID or name", "type": "http" }, "http": { "method": "GET", "url": "https://api.together.xyz/v1/deployments/storage/volumes/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve details of a specific volume by its ID or name" }, { "info": { "name": "Update a volume", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.together.xyz/v1/deployments/storage/volumes/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing volume's configuration or contents" }, { "info": { "name": "Delete a volume", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.together.xyz/v1/deployments/storage/volumes/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete an existing volume" } ] } ], "bundled": true }