mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(core): Add endpoint PATCH /projects/:projectId/folders/:folderId (no-changelog) (#13454)
This commit is contained in:
@@ -22,5 +22,5 @@ export const RESOURCES = {
|
||||
variable: [...DEFAULT_OPERATIONS] as const,
|
||||
workersView: ['manage'] as const,
|
||||
workflow: ['share', 'execute', 'move', ...DEFAULT_OPERATIONS] as const,
|
||||
folder: ['create', 'read'] as const,
|
||||
folder: ['create', 'read', 'update'] as const,
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user