feat(core): Add endpoint GET /projects/:projectId/folders (no-changelog) (#13519)

This commit is contained in:
Ricardo Espinoza
2025-03-12 13:04:55 +01:00
committed by GitHub
parent b2fcfe9d69
commit 0d7894f06a
12 changed files with 727 additions and 10 deletions

View File

@@ -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;