Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/change-request/change-request.controller.ts
Get one change request
Endpoint
GET /projects/:projectId/change-requests/:crId
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | ✓ | |
crId | path | string | ✓ |
Referenced By
ChangeRequestController(MODULE_DECLARES)
Was this page helpful?