feat(core): Update POST /workflows to link folder (no-changelog) (#13449)

This commit is contained in:
Ricardo Espinoza
2025-02-25 15:29:35 -05:00
committed by GitHub
parent 2f395fe89a
commit 461e39a74e
6 changed files with 148 additions and 12 deletions

View File

@@ -22,6 +22,7 @@ export declare namespace WorkflowRequest {
hash: string;
meta: Record<string, unknown>;
projectId: string;
parentFolderId?: string;
}>;
type ManualRunPayload = {