view comments (route middleware); update via CommentPolicy.curl --location --request PUT 'https://api-dev.commandroom.ai/api/api/comments/1' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: ' \
--header 'Content-Type: application/json' \
--data '{
"task_id": 1,
"content": "string",
"attachment_id": 1,
"mentioned_user_ids": [
1
]
}'{
"data": {
"comment_id": 1,
"task_id": 1,
"user_id": 1,
"parent_id": 1,
"content": "string",
"task": {},
"user": {},
"uploads": [],
"reactions": [],
"replies": [],
"created_at": "2026-01-15T10:30:00.000000Z",
"updated_at": "2026-01-15T10:30:00.000000Z"
}
}