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
commitccc9fd220ac52b2b24ebe9e5978a63fd2ec8c968 (patch)
tree6184aac232f9f327d4a8ddacdc7b226ff7617499 /FrontEnd/src/app/http
parent669b425e4795ce245c664c82223ee9fa4611dfa9 (diff)
downloadtimeline-ccc9fd220ac52b2b24ebe9e5978a63fd2ec8c968.tar.gz
timeline-ccc9fd220ac52b2b24ebe9e5978a63fd2ec8c968.tar.bz2
timeline-ccc9fd220ac52b2b24ebe9e5978a63fd2ec8c968.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;
}