Add files to a specific version
POST /version/{id}/file
POST
/version/{id}/file
Add one or multiple files to the specified version by its ID.
Authorizations
Parameters
Path Parameters
id
required
string
Unique identifier for the version
Request Body required
object
files
required
A list of files to add, with metadata.
Array<object>
object
hash
Hash (e.g., SHA-512) for verifying file integrity
string
url
A direct link to the file
string
filename
The name of the file
string
size
The size of the file in bytes
integer
architecture
Architecture for the file (e.g., x86, x64, arm64)
string