Create a new volume
Create a new volume to preload files in deployments
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Volume configuration
Content specifies the content configuration for this volume
Name is the unique identifier for the volume within the project
1 - 100Type is the volume type (currently only "readOnly" is supported)
readOnly Response
Volume created successfully
CreatedAt is the ISO8601 timestamp when this volume was created
CurrentVersion is the current version number of this volume
ID is the unique identifier for this volume
MountedBy is the list of deployment IDs currently mounting current volume version
Name is the name of the volume
Object is the type identifier for this response (always "volume")
readOnly UpdatedAt is the ISO8601 timestamp when this volume was last updated
VersionHistory contains previous versions of this volume, keyed by version number