feat(core): Add endpoint DELETE /projects/:projectId/folders/:folderId (no-changelog) (#13516)

This commit is contained in:
Ricardo Espinoza
2025-02-27 16:47:07 -05:00
committed by GitHub
parent 6c266acced
commit 0c266b3060
21 changed files with 429 additions and 19 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'] as const,
folder: ['create', 'read', 'update', 'delete'] as const,
} as const;