mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
attachment ETAPI support WIP
This commit is contained in:
@@ -49,8 +49,7 @@ function register(router) {
|
||||
'notePosition': [v.notNull, v.isInteger],
|
||||
'prefix': [v.notNull, v.isString],
|
||||
'isExpanded': [v.notNull, v.isBoolean],
|
||||
'noteId': [v.notNull, v.isValidEntityId],
|
||||
'branchId': [v.notNull, v.isValidEntityId],
|
||||
'noteId': [v.notNull, v.isValidEntityId]
|
||||
};
|
||||
|
||||
eu.route(router, 'post' ,'/etapi/create-note', (req, res, next) => {
|
||||
|
||||
Reference in New Issue
Block a user