ApiVolumes
PATCH /v1/volumes/{v}
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
v*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PATCH "https://example.com/v1/volumes/string" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{ "id": "string", "name": "string", "kind": "volume", "temporary": true, "head_commit_id": "string", "size_limit_bytes": 0, "logical_bytes": 0, "unique_bytes": 0, "file_count": 0, "region": "string", "forked_from": { "volume_id": "string", "commit_id": "string" }, "created_at": "string", "updated_at": "string", "last_commit_at": "string", "live_mounts": 0}Empty
{ "error": "string", "code": "string"}