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
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string |
RESPONSES
status: Created