Remove isInheritable from PATCH

This commit is contained in:
mm21 2023-05-06 23:42:48 +00:00
parent 26a6ef8c03
commit 3cafad3bf4

View file

@ -42,7 +42,6 @@ function register(router) {
const ALLOWED_PROPERTIES_FOR_PATCH = {
'value': [v.notNull, v.isString],
'isInheritable': [v.notNull, v.isBoolean],
'position': [v.notNull, v.isInteger]
};