diff --git a/docs/source/modules/cmci_action.rst b/docs/source/modules/cmci_action.rst index 4b8db824..a60209cc 100644 --- a/docs/source/modules/cmci_action.rst +++ b/docs/source/modules/cmci_action.rst @@ -187,7 +187,7 @@ resources Can contain one or more filters. Multiple filters must be combined using ``and`` or ``or`` logical operators. - Filters can be nested. At most four nesting layers are allowed. + Filters can be nested. When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator of ``=`` with the ``operator`` option. diff --git a/docs/source/modules/cmci_delete.rst b/docs/source/modules/cmci_delete.rst index 0e526888..49ff2379 100644 --- a/docs/source/modules/cmci_delete.rst +++ b/docs/source/modules/cmci_delete.rst @@ -147,7 +147,7 @@ resources Can contain one or more filters. Multiple filters must be combined using ``and`` or ``or`` logical operators. - Filters can be nested. At most four nesting layers are allowed. + Filters can be nested. When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator of ``=`` with the ``operator`` option. diff --git a/docs/source/modules/cmci_get.rst b/docs/source/modules/cmci_get.rst index 45f09918..8f311932 100644 --- a/docs/source/modules/cmci_get.rst +++ b/docs/source/modules/cmci_get.rst @@ -160,7 +160,7 @@ resources Can contain one or more filters. Multiple filters must be combined using ``and`` or ``or`` logical operators. - Filters can be nested. At most four nesting layers are allowed. + Filters can be nested. When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator of ``=`` with the ``operator`` option. diff --git a/docs/source/modules/cmci_update.rst b/docs/source/modules/cmci_update.rst index 6e6e3ed9..f327ba7e 100644 --- a/docs/source/modules/cmci_update.rst +++ b/docs/source/modules/cmci_update.rst @@ -156,7 +156,7 @@ resources Can contain one or more filters. Multiple filters must be combined using ``and`` or ``or`` logical operators. - Filters can be nested. At most four nesting layers are allowed. + Filters can be nested. When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator of ``=`` with the ``operator`` option. diff --git a/plugins/doc_fragments/cmci.py b/plugins/doc_fragments/cmci.py index c1a0fac3..33134060 100644 --- a/plugins/doc_fragments/cmci.py +++ b/plugins/doc_fragments/cmci.py @@ -160,7 +160,7 @@ class ModuleDocFragment(object): with each other. - Can contain one or more filters. Multiple filters must be combined using C(and) or C(or) logical operators. - - Filters can be nested. At most four nesting layers are allowed. + - Filters can be nested. - When supplying the C(attribute) option, you must also supply a C(value) for the filter. You can also override the default operator of C(=) with the C(operator) option.