mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-31 04:46:26 -06:00
Fixes #6887 Add Examples in the Lookup Expression Docs
This commit is contained in:
parent
fa03d44a15
commit
b9f9211539
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user