diff --git a/library/aos_api_config.py b/library/aos_api_config.py index ed4ebfa..26cd841 100644 --- a/library/aos_api_config.py +++ b/library/aos_api_config.py @@ -107,8 +107,8 @@ - $lt (matches a value which is less than the filter) - $lte (matches a value which is less than or equal to the filter) - $nin (pattern does not match the filter. Opposite of $in) - - $in (pattern matches the filter value. E.g., if filter says “ap”, - “default-ap” and “ap-grp1” will both match) + - $in (pattern matches the filter value. E.g., if filter says "ap", + "default-ap" and "ap-grp1" will both match) required: false type: list