Create New Package Version

POST {{baseUrl}}/v1/package/:packageUid/version

Creates new package version with the specified properties. This resource have to be called after uploading the package version binary to the /package/{packageUid}/file resource. If the file is missing the package version can't be created.

Request Body

[{"name"=>"metadata", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"binary", "value"=>"<string>", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
x-authstringAuthorization key and token
Content-Typestring

RESPONSES

status: Created