aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/http
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-05-06 22:01:12 +0800
committercrupest <crupest@outlook.com>2021-05-06 22:01:12 +0800
commitdee1f495aec7cf29769080d5e4208abe32063d6f (patch)
tree560aa7c9bf673a78efb78cf1e709eab29d4fedf0 /FrontEnd/src/app/http
parentaad014ed2961ce660e8a4d6474a6197bee41f69c (diff)
downloadtimeline-dee1f495aec7cf29769080d5e4208abe32063d6f.tar.gz
timeline-dee1f495aec7cf29769080d5e4208abe32063d6f.tar.bz2
timeline-dee1f495aec7cf29769080d5e4208abe32063d6f.zip
feat: Timeline color.
Diffstat (limited to 'FrontEnd/src/app/http')
-rw-r--r--FrontEnd/src/app/http/timeline.ts1
1 files changed, 1 insertions, 0 deletions
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;
}