Packs
Pack source code upload complete
Note the completion of the upload of a Pack source code.
post/packs/{packId}/versions/{packVersion}/sourceCode/uploadComplete
Path parameters
packIdinteger required
ID of a Pack
packVersionstring required
Semantic version of a Pack
Request body
Example request
{
"filename": "main.ts"
}Response
Confirmation of successful Pack asset creation.
Example response
{
"requestId": "abc-123-def-456"
}