Fix typo in "API" (#351)

This commit is contained in:
hansmi 2025-03-12 20:06:39 +01:00 committed by GitHub
parent be9a7ed3ad
commit ab446b4449
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,7 +67,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)