aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Models/Http/TimelineController.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-08-27 01:13:31 +0800
committercrupest <crupest@outlook.com>2020-08-27 01:13:31 +0800
commit7936281edc1ac592cd318b8dccb37f3c4e7334e8 (patch)
tree033a69be9b3db46ad50f8b2703d73de99245f95c /Timeline/Models/Http/TimelineController.cs
parentd5cc18a9ea161b28e1a7acd67a0c4558ba265800 (diff)
downloadtimeline-7936281edc1ac592cd318b8dccb37f3c4e7334e8.tar.gz
timeline-7936281edc1ac592cd318b8dccb37f3c4e7334e8.tar.bz2
timeline-7936281edc1ac592cd318b8dccb37f3c4e7334e8.zip
Timeline title feature.
Diffstat (limited to 'Timeline/Models/Http/TimelineController.cs')
-rw-r--r--Timeline/Models/Http/TimelineController.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Timeline/Models/Http/TimelineController.cs b/Timeline/Models/Http/TimelineController.cs
index aad361ee..95bae3e6 100644
--- a/Timeline/Models/Http/TimelineController.cs
+++ b/Timeline/Models/Http/TimelineController.cs
@@ -57,6 +57,11 @@ namespace Timeline.Models.Http
public class TimelinePatchRequest
{
/// <summary>
+ /// New title. Null for not change.
+ /// </summary>
+ public string? Title { get; set; }
+
+ /// <summary>
/// New description. Null for not change.
/// </summary>
public string? Description { get; set; }