aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Models/PutResult.cs
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-10-21 20:47:31 +0800
committer杨宇千 <crupest@outlook.com>2019-10-21 20:47:31 +0800
commitc442b7ad597f430b186dd8019de70332b574c4ba (patch)
treee6a9d4204e4fcd047cfcf5acd4ff566cf8bb69ff /Timeline/Models/PutResult.cs
parent4c52f2d8b7aae43f391f54fb67fe91b8bc64e0c5 (diff)
downloadtimeline-c442b7ad597f430b186dd8019de70332b574c4ba.tar.gz
timeline-c442b7ad597f430b186dd8019de70332b574c4ba.tar.bz2
timeline-c442b7ad597f430b186dd8019de70332b574c4ba.zip
...
Diffstat (limited to 'Timeline/Models/PutResult.cs')
-rw-r--r--Timeline/Models/PutResult.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Timeline/Models/PutResult.cs b/Timeline/Models/PutResult.cs
index 544602eb..cecf86e6 100644
--- a/Timeline/Models/PutResult.cs
+++ b/Timeline/Models/PutResult.cs
@@ -8,10 +8,10 @@ namespace Timeline.Models
/// <summary>
/// Indicates the item did not exist and now is created.
/// </summary>
- Created,
+ Create,
/// <summary>
/// Indicates the item exists already and is modified.
/// </summary>
- Modified
+ Modify
}
}