update api docs

This commit is contained in:
rolux 2014-12-19 15:05:08 +00:00
commit cada20f904
15 changed files with 186 additions and 282 deletions

View file

@ -102,8 +102,8 @@ def editNews(request, data):
title: string // title
}
returns {
id: string
...
id: string // news item id
... // more properties
}
see: addNews, getNews, removeNews
'''