Closed dwcahyo23 closed 2 months ago
It's hidden because it has a default value. You need to add the /// @DtoCreateOptional
and /// @DtoUpdateOptional
annotations to include it in the CreateDto and UpdateDto (should be independent of the type).
See last point of the conditions when a field is omitted: Readme - CreateDto
Enum hidden in createDto / updateDto in v1.23.1