diff --git a/src/api/server/common.rst b/src/api/server/common.rst index f8a3d140..f8aef45b 100644 --- a/src/api/server/common.rst +++ b/src/api/server/common.rst @@ -476,6 +476,7 @@ keep the feed alive indefinitely. Default is ``60000``. May be ``true`` to use default value. :query string since: Return only updates since the specified sequence ID. + If the sequence ID is specified but does not exist, all changes are returned. May be the string ``now`` to begin showing only new updates. :>header Content-Type: - :mimetype:`application/json` - :mimetype:`text/plain; charset=utf-8`