Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/doc-version/doc-version.controller.ts
Get raw content for per-document diff
Endpoint
GET /doc-versions/:projectId/compare/document
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | ✓ | |
docA | query | string | ✓ | |
docB | query | string | ✓ |
Referenced By
DocVersionController(MODULE_DECLARES)
Was this page helpful?