Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/changelog/changelog.controller.ts
Get one entry including its raw change-set
Endpoint
GET /changelog/:projectId/entries/:entryId
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | ✓ | |
entryId | path | string | ✓ |
Referenced By
ChangelogController(MODULE_DECLARES)
Was this page helpful?