Packs
Pack version upload complete
Note the completion of the upload of a Pack version bundle in order to create that Pack version.
post/packs/{packId}/versions/{packVersion}/uploadComplete
Path parameters
packIdinteger required
ID of a Pack
packVersionstring required
Semantic version of a Pack
Request body
Example request
{
"notes": "Adding a new formula HelloWorld."
}Response
Confirmation of successful Pack version creation.
Example response
{
"deprecationWarnings": [
{
"path": "parent.child[0]",
"message": "Expected a string but got a number"
}
]
}