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
uohlw2d5lfh5pdgaavtsw9v6
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
abc123def456...
url
A direct link to the file
string
https://example.com/my_file.exe
filename
The name of the file
string
my_file.exe
size
The size of the file in bytes
integer
1234567
architecture
Architecture for the file (e.g., x86, x64, arm64)
string
x64