v1

latestOpenAPI 3.0.0Superhuman Developer Terms2026-08-06124404444.0 KB
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

notesstring

Developer notes of the new Pack version.

source'web' | 'cli'
allowOlderSdkVersionboolean

Bypass the Superhuman Docs protection against SDK version regression when multiple makers build versions.

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"
    }
  ]
}