From ccc9fd220ac52b2b24ebe9e5978a63fd2ec8c968 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/timeline.ts') 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