API Platform version(s) affected: 2.5.1
When using input + DataTransformerInterface, as explained per https://api-platform.com/docs/core/dto/#updating-a-resource-with-a-custom-input the received DTO model (deserialized user input) is not validated using the Validator service.
it feels like a bug 🤔 filed as such.
API Platform version(s) affected: 2.5.1
When using
input+DataTransformerInterface, as explained per https://api-platform.com/docs/core/dto/#updating-a-resource-with-a-custom-input the received DTO model (deserialized user input) is not validated using the Validator service.it feels like a bug 🤔 filed as such.