diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2016-04-12 12:32:34 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2016-04-12 12:32:34 +0200 |
commit | 10080ce3624e199bd770a924d8d7f178008d4cb7 (patch) | |
tree | 9f52c706e1a4f25ab6efa7b498e6c7776e5cab8d /doc/api/notes.md | |
parent | 8cb41f19891e4f39c64abd6b2a273625103c5f43 (diff) | |
download | gitlab-ce-10080ce3624e199bd770a924d8d7f178008d4cb7.tar.gz |
API: Expose updated_at for notes
Diffstat (limited to 'doc/api/notes.md')
-rw-r--r-- | doc/api/notes.md | 3 |
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, |