diff options
Diffstat (limited to 'Timeline/Models/Http/TimelineController.cs')
-rw-r--r-- | Timeline/Models/Http/TimelineController.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Timeline/Models/Http/TimelineController.cs b/Timeline/Models/Http/TimelineController.cs index ce5f3b98..3e2e6b58 100644 --- a/Timeline/Models/Http/TimelineController.cs +++ b/Timeline/Models/Http/TimelineController.cs @@ -14,6 +14,7 @@ namespace Timeline.Models.Http public class TimelinePostCreateRequest
{
+ [Required]
public TimelinePostCreateRequestContent Content { get; set; } = default!;
public DateTime? Time { get; set; }
|