Skip to content

Commit 6c59dc9

Browse files
committed
feat: api endpoint to create comment
1 parent ea51d14 commit 6c59dc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/api/ai-workflow/ai-workflow.controller.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ export class AiWorkflowController {
4545
UserRole.Copilot,
4646
UserRole.ProjectManager,
4747
UserRole.Admin,
48+
UserRole.Reviewer,
49+
UserRole.User,
4850
)
4951
@ApiOperation({ summary: 'Create a comment for a specific run item' })
5052
@ApiResponse({

0 commit comments

Comments
 (0)