v1

latestOpenAPI 3.0.0Superhuman Developer Terms2026-08-06124404444.0 KB
Packs

Add a category for Pack

Add a publishing category for a given Pack.

post/packs/{packId}/category

Path parameters

packIdinteger required

ID of a Pack

Request body

categoryNamestring required

Name of the publishing category.

Example request

{
  "categoryName": "Project management"
}

Response

Confirmation of successfully adding a Pack category

AddPackCategoryResponse required

Confirmation of successfully adding a Pack category.