From 391f82e85d4a31f4a5022a24062083f00d16b3c8 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 8 Feb 2021 21:24:42 +0800 Subject: ... --- .../Models/Http/HttpTimelinePostPatchRequest.cs | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'BackEnd/Timeline/Models/Http') diff --git a/BackEnd/Timeline/Models/Http/HttpTimelinePostPatchRequest.cs b/BackEnd/Timeline/Models/Http/HttpTimelinePostPatchRequest.cs index 3dface29..2c6edf66 100644 --- a/BackEnd/Timeline/Models/Http/HttpTimelinePostPatchRequest.cs +++ b/BackEnd/Timeline/Models/Http/HttpTimelinePostPatchRequest.cs @@ -3,26 +3,6 @@ using Timeline.Models.Validation; namespace Timeline.Models.Http { - /// - /// The model of changing post content. - /// - public class HttpTimelinePostPatchRequestContent - { - /// - /// The new type of the post. If null, old type is used. This field can't be used alone. Use it with corresponding fields to change post content. - /// - [TimelinePostContentType] - public string? Type { get; set; } - /// - /// The new text. Null for not change. - /// - public string? Text { get; set; } - /// - /// The new data. Null for not change. - /// - public string? Data { get; set; } - } - public class HttpTimelinePostPatchRequest { /// -- cgit v1.2.3