added missing docstring for 'context_filters' argument

This commit is contained in:
Jakub Trllo 2022-08-12 13:55:00 +02:00
parent 66ee0beaf6
commit 089cd3f9fa

View file

@ -1220,6 +1220,8 @@ def get_archived_representations(
as filter. Filter ignored if 'None' is passed.
version_ids (Iterable[str]): Subset ids used as parent filter. Filter
ignored if 'None' is passed.
context_filters (Dict[str, List[str, re.Pattern]]): Filter by
representation context fields.
names_by_version_ids (dict[ObjectId, List[str]]): Complex filtering
using version ids and list of names under the version.
fields (Iterable[str]): Fields that should be returned. All fields are