From dee1f495aec7cf29769080d5e4208abe32063d6f Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 6 May 2021 22:01:12 +0800 Subject: feat: Timeline color. --- FrontEnd/src/app/http/timeline.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'FrontEnd/src/app/http') diff --git a/FrontEnd/src/app/http/timeline.ts b/FrontEnd/src/app/http/timeline.ts index 50af259e..efc402c1 100644 --- a/FrontEnd/src/app/http/timeline.ts +++ b/FrontEnd/src/app/http/timeline.ts @@ -72,6 +72,7 @@ export interface HttpTimelinePostPostRequest { export interface HttpTimelinePatchRequest { name?: string; title?: string; + color?: string; visibility?: TimelineVisibility; description?: string; } -- cgit v1.2.3