CreateWorkTimeEntryResponseDto
Поля
| Поле | Тип | Обязательное | Описание |
|---|---|---|---|
id | number | да | — |
problems | WorkTimeProblemDto[] | да | Soft warnings emitted by the validation pipeline (ArbZG break, backlog tier, etc.). |
Пример
json
{
"id": 0,
"problems": []
}