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