Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2016-04-12 13:32:34 +0300
committerRobert Schilling <rschilling@student.tugraz.at>2016-04-12 13:32:34 +0300
commit10080ce3624e199bd770a924d8d7f178008d4cb7 (patch)
tree9f52c706e1a4f25ab6efa7b498e6c7776e5cab8d /doc/api/notes.md
parent8cb41f19891e4f39c64abd6b2a273625103c5f43 (diff)
API: Expose updated_at for notes
Diffstat (limited to 'doc/api/notes.md')
-rw-r--r--doc/api/notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/notes.md b/doc/api/notes.md
index d4d63e825ab..9168ab00d7e 100644
--- a/doc/api/notes.md
+++ b/doc/api/notes.md
@@ -32,6 +32,7 @@ Parameters:
"created_at": "2013-09-30T13:46:01Z"
},
"created_at": "2013-10-02T09:22:45Z",
+ "updated_at": "2013-10-02T10:22:45Z",
"system": true,
"upvote": false,
"downvote": false,
@@ -51,6 +52,7 @@ Parameters:
"created_at": "2013-09-30T13:46:01Z"
},
"created_at": "2013-10-02T09:56:03Z",
+ "updated_at": "2013-10-02T09:56:03Z",
"system": true,
"upvote": false,
"downvote": false,
@@ -223,6 +225,7 @@ Parameters:
"created_at": "2013-09-30T13:46:01Z"
},
"created_at": "2013-10-02T08:57:14Z",
+ "updated_at": "2013-10-02T08:57:14Z",
"system": false,
"upvote": false,
"downvote": false,