Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/document/category.controller.ts
Get category tree structure for a project
Endpoint
GET /categories/tree/:projectId
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | ✓ | |
docVersionId | query | `string | undefined` | ✓ |
Referenced By
CategoryController(MODULE_DECLARES)
Was this page helpful?