Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/doc-version/doc-version.controller.ts
Export version as a PDF
Endpoint
GET /doc-versions/:projectId/:versionId/export/pdf
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
versionId | path | string | ✓ | |
projectId | path | string | ✓ | |
format | query | string | - | pdf (default) or html |
Referenced By
DocVersionController(MODULE_DECLARES)
Was this page helpful?