mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(core): Add endpoint GET /projects/:projectId/folders (no-changelog) (#13519)
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', 'update', 'delete'] as const,
|
||||
folder: [...DEFAULT_OPERATIONS] as const,
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user