Sfoglia il codice sorgente

add title in IProjectTreeInsertRequest

visuddhinanda 1 anno fa
parent
commit
5f7dcc694d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      dashboard-v4/dashboard/src/components/api/task.ts

+ 1 - 0
dashboard-v4/dashboard/src/components/api/task.ts

@@ -222,6 +222,7 @@ export interface ITaskGroupResponse {
 export interface IProjectTreeInsertRequest {
   studio_name: string;
   parent_id?: string | null;
+  title?: string;
   data: IProjectUpdateRequest[];
 }