kin: KIN-123-frontend_dev
This commit is contained in:
parent
03d49f42e6
commit
06c868b23a
4 changed files with 48 additions and 2 deletions
|
|
@ -350,6 +350,8 @@ export const api = {
|
|||
post<{ status: string; comment: string }>(`/tasks/${id}/revise`, { comment }),
|
||||
runTask: (id: string) =>
|
||||
post<{ status: string }>(`/tasks/${id}/run`, {}),
|
||||
followupTask: (id: string) =>
|
||||
post<{ created: Task[]; pending_actions: PendingAction[]; needs_decision: boolean }>(`/tasks/${id}/followup`, {}),
|
||||
bootstrap: (data: { path: string; id: string; name: string }) =>
|
||||
post<{ project: Project }>('/bootstrap', data),
|
||||
auditProject: (projectId: string) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue