|
@@ -962,7 +962,8 @@ class ContentApi(object):
|
962
|
962
|
(last modification of content itself or one of this comment)
|
963
|
963
|
:param workspace: Workspace to check
|
964
|
964
|
:param limit: maximum number of elements to return
|
965
|
|
- :param before_datetime: date from where we check older content.
|
|
965
|
+ :param before_content: last_active content are only those updated
|
|
966
|
+ before this content given.
|
966
|
967
|
:param content_ids: restrict selection to some content ids and
|
967
|
968
|
related Comments
|
968
|
969
|
:return: list of content
|