Create

POST /action-plan/{taskId}/comments
application/json

Body Required

Responses

POST /action-plan/{taskId}/comments
curl \
 --request POST 'http://close-service:8082/action-plan/{taskId}/comments' \
 --header "Content-Type: application/json" \
 --data '{"text":"string"}'
Request examples
{
  "text": "string"
}
Response examples (200)
{
  "id": 42,
  "logId": 42,
  "userId": "string",
  "userType": "string",
  "date": "2025-05-04T09:42:00Z",
  "slotIndex": 42,
  "text": "string"
}