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

@@ -101,3 +101,5 @@ export const FREE_AI_CREDITS_ERROR_TYPE = 'free_ai_credits_request_error';
export const FREE_AI_CREDITS_USED_ALL_CREDITS_ERROR_CODE = 400;
export const FROM_AI_AUTO_GENERATED_MARKER = '/*n8n-auto-generated-fromAI-override*/';
export const PROJECT_ROOT = '0';