attachment ETAPI support WIP

This commit is contained in:
zadam
2023-06-05 09:44:36 +02:00
parent 3b3f6082a7
commit 57702a07a2
4 changed files with 37 additions and 10 deletions

View File

@@ -13,7 +13,6 @@ function register(router) {
});
const ALLOWED_PROPERTIES_FOR_CREATE_BRANCH = {
'branchId': [v.mandatory, v.notNull, v.isValidEntityId],
'noteId': [v.mandatory, v.notNull, v.isNoteId],
'parentNoteId': [v.mandatory, v.notNull, v.isNoteId],
'notePosition': [v.notNull, v.isInteger],