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

This commit is contained in:
Ricardo Espinoza
2025-02-26 07:01:22 -05:00
committed by GitHub
parent b50658cbc6
commit f7f5f5e95c
10 changed files with 217 additions and 5 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'] as const,
folder: ['create', 'read', 'update'] as const,
} as const;