diff options
Diffstat (limited to 'doc/api/todos.md')
-rw-r--r-- | doc/api/todos.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/api/todos.md b/doc/api/todos.md index 2711766c634..cd6f2468cc6 100644 --- a/doc/api/todos.md +++ b/doc/api/todos.md @@ -101,7 +101,8 @@ Example Response: "target_url": "https://gitlab.example.com/gitlab-org/gitlab-foss/-/merge_requests/7", "body": "Dolores in voluptatem tenetur praesentium omnis repellendus voluptatem quaerat.", "state": "pending", - "created_at": "2016-06-17T07:52:35.225Z" + "created_at": "2016-06-17T07:52:35.225Z", + "updated_at": "2016-06-17T07:52:35.225Z" }, { "id": 98, @@ -174,7 +175,8 @@ Example Response: "target_url": "https://gitlab.example.com/gitlab-org/gitlab-foss/-/merge_requests/7", "body": "Dolores in voluptatem tenetur praesentium omnis repellendus voluptatem quaerat.", "state": "pending", - "created_at": "2016-06-17T07:49:24.624Z" + "created_at": "2016-06-17T07:49:24.624Z", + "updated_at": "2016-06-17T07:49:24.624Z" } ] ``` @@ -272,7 +274,8 @@ Example Response: "target_url": "https://gitlab.example.com/gitlab-org/gitlab-foss/-/merge_requests/7", "body": "Dolores in voluptatem tenetur praesentium omnis repellendus voluptatem quaerat.", "state": "done", - "created_at": "2016-06-17T07:52:35.225Z" + "created_at": "2016-06-17T07:52:35.225Z", + "updated_at": "2016-06-17T07:52:35.225Z" } ``` |