Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/doc-version/doc-version.controller.ts
List versions for a project
Endpoint
GET /doc-versions/:projectId
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | ✓ | Project ID |
query | query | ListDocVersionsDto | ✓ |
Referenced By
DocVersionController(MODULE_DECLARES)
Was this page helpful?