diff options
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/repositories.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/api/repositories.md b/doc/api/repositories.md index 6b3a43b869e..35f7ad7ae95 100644 --- a/doc/api/repositories.md +++ b/doc/api/repositories.md @@ -259,7 +259,12 @@ Parameters: "title": "Sanitize for network graph", "author_name": "randx", "author_email": "dmitriy.zaporozhets@gmail.com", - "created_at": "2012-09-20T09:06:12+03:00" + "created_at": "2012-09-20T09:06:12+03:00", + "committed_date": "2012-09-20T09:06:12+03:00", + "authored_date": "2012-09-20T09:06:12+03:00", + "parent_ids" : [ + "ae1d9fb46aa2b07ee9836d49862ec4e2c46fbbba" + ] } ``` |