Replies: 1 comment 1 reply
-
Thanks for the heads-up. A very good find. Some clarification. The QueryParameterValidationFilter only validates the query parameters itself. It is allowed to use sparse fields with POST request as per spec. However, the Looking at the code, the mixin should instead of overwriting |
Beta Was this translation helpful? Give feedback.
-
If, when creating a record, I use the 'QueryParameterValidationFilter fields', the excluded fields are not validated. Consider the following example, where 'name' is not validated because it is not included in fields.
Beta Was this translation helpful? Give feedback.
All reactions