{ "operationId": "createExternalVolume", "method": "POST", "path": "/api/v2/external-volumes", "summary": "Create an External Volume", "requestExamples": [ { "contentType": "application/json", "name": "CreateexternalvolumeRequestExample", "example": { "name": "Example Title", "storage_locations": [ { "name": "Example Title", "storage_provider": "S3" } ], "allow_writes": true, "comment": "example_value", "created_on": "2026-01-15T10:30:00Z", "owner": "example_value", "owner_role_type": "example_value" } } ], "responseExamples": [] }