Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/comment/comment.controller.ts
Add a reply
Endpoint
POST /documents/:documentId/comments/:id/replies
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | ✓ | The parent comment ID |
documentId | path | string | ✓ | The document ID |
Referenced By
CommentController(MODULE_DECLARES)
Was this page helpful?