diff options
author | Jessica Tallon <jessica@megworld.co.uk> | 2015-01-09 15:15:29 +0000 |
---|---|---|
committer | Jessica Tallon <jessica@megworld.co.uk> | 2015-01-09 15:15:29 +0000 |
commit | b63b564e2e2f681014d4e0804a96efc9b550d5ed (patch) | |
tree | 30df43ec437f6209e503630292faabe045f79c66 /docs/source/api/activities.rst | |
parent | 2a702d018075621b7412b3b48ad197f2e5144d1d (diff) | |
download | mediagoblin-b63b564e2e2f681014d4e0804a96efc9b550d5ed.tar.lz mediagoblin-b63b564e2e2f681014d4e0804a96efc9b550d5ed.tar.xz mediagoblin-b63b564e2e2f681014d4e0804a96efc9b550d5ed.zip |
Minor fixes to API documentation: typos and dates, etc.
Diffstat (limited to 'docs/source/api/activities.rst')
-rw-r--r-- | docs/source/api/activities.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/api/activities.rst b/docs/source/api/activities.rst index 1b61517b..cbbd1fab 100644 --- a/docs/source/api/activities.rst +++ b/docs/source/api/activities.rst @@ -1,6 +1,6 @@ .. MediaGoblin Documentation - Written in 2011, 2012 by MediaGoblin contributors + Written in 2015 by MediaGoblin contributors To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to @@ -133,14 +133,14 @@ These are: +-------------+----------+----------+----------------------------------+ | Parameter | Default | Limit | Description | +=============+==========+==========+==================================+ -| count | 20 | 200 | Number activities to return | +| count | 20 | 200 | Number of activities to return | +-------------+----------+----------+----------------------------------+ | offset | 0 | No limit | Offset of collection | +-------------+----------+----------+----------------------------------+ .. warning:: Activities are added to the beginning of collection so using count and - offset to do pages. + offset is a bad way of doing pages. .. important:: Due to the way we're currently doing deletes in MediaGoblin some activities |