Added note about exception if list view return is > max_objects

This commit is contained in:
John Westcott IV 2020-07-06 09:21:01 -04:00
parent d793f0bc99
commit fdb008fb8c

View File

@ -58,6 +58,7 @@ options:
max_objects:
description:
- if C(return_all) is true, this is the maximum of number of objects to return from the list.
- If a list view returns more an max_objects an exception will be raised
type: integer
default: 1000