From 90780b9cd010ae26d92ed316012af57fe93012f5 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 20:12:13 +0100 Subject: [PATCH] Fix typo in "API" (#351) (#352) (cherry picked from commit ab446b44492f7c6b765e77240bff468f27772092) Co-authored-by: hansmi --- plugins/modules/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/api.py b/plugins/modules/api.py index 4857a3c..469b9ea 100644 --- a/plugins/modules/api.py +++ b/plugins/modules/api.py @@ -65,7 +65,7 @@ options: type: str query: description: - - Query given path for selected query attributes from RouterOS aip. + - Query given path for selected query attributes from RouterOS API. - WHERE is key word which extend query. WHERE format is key operator value - with spaces. - WHERE valid operators are V(==) or V(eq), V(!=) or V(not), V(>) or V(more), V(<) or V(less). - Example path V(ip address) and query V(.id address) will return only C(.id) and C(address) for all items in V(ip address) path.