From c207f1dbcfece4da0f0b793edf66dfa92514c302 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Mon, 21 Sep 2020 19:22:04 -0500 Subject: [PATCH] Docs: ARP endpoint can search by MAC (#12129) --- doc/API/ARP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/API/ARP.md b/doc/API/ARP.md index 7b98379cee..c842f4e8b7 100644 --- a/doc/API/ARP.md +++ b/doc/API/ARP.md @@ -9,6 +9,7 @@ Route: `/api/v0/resources/ip/arp/:query` Query can be: - An IP address +- A MAC address - A CIDR network (192.168.1.0/24) - `all` and set ?device=_hostname_ (or device id)