mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
Fix field name validation on field update
This commit is contained in:
@@ -158,7 +158,7 @@ const updateSchema = Joi.object({
|
||||
is_nullable: Joi.bool(),
|
||||
}).unknown(),
|
||||
meta: Joi.any(),
|
||||
});
|
||||
}).unknown();
|
||||
|
||||
router.patch(
|
||||
'/:collection/:field',
|
||||
|
||||
Reference in New Issue
Block a user