From b9f921153993dd7d7fdf73c563650acedd4e9c96 Mon Sep 17 00:00:00 2001 From: joel Date: Thu, 5 Aug 2021 09:43:02 -0700 Subject: [PATCH] Fixes #6887 Add Examples in the Lookup Expression Docs --- docs/rest-api/filtering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rest-api/filtering.md b/docs/rest-api/filtering.md index a07dad39b..876bf1605 100644 --- a/docs/rest-api/filtering.md +++ b/docs/rest-api/filtering.md @@ -69,7 +69,7 @@ Numeric based fields (ASN, VLAN ID, etc) support these lookup expressions: | `gt` | Greater than | | `gte` | Greater than or equal to | -Here is an example of a Numeric Field lookup expression that will return all VLANs with a VLAN ID greater than 9000: +Here is an example of a Numeric Field lookup expression that will return all VLANs with a VLAN ID greater than 900: ```no-highlight GET /api/ipam/vlans/?vid__gt=900