Packs
Create Pack
Creates a new Pack, essentially registering a new Pack ID. The contents of the Pack will be uploaded separately.
post/packs
Request body
Example request
{
"workspaceId": "ws-asdf",
"name": "Trigonometry",
"description": "Common trigonometric functions.",
"sourcePackId": 10029
}Response
Info about the Pack that was just created.
Example response
{
"packId": 123
}