From 910e13b98a6134d626b8ca255f612e32e6acee11 Mon Sep 17 00:00:00 2001 From: Nick Anderson Date: Tue, 28 Nov 2023 10:15:11 -0600 Subject: [PATCH] Update api/enterprise-api-ref/inventory.markdown Co-authored-by: Craig Comstock --- api/enterprise-api-ref/inventory.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/enterprise-api-ref/inventory.markdown b/api/enterprise-api-ref/inventory.markdown index 7b90fb3f3..7ab3961e8 100644 --- a/api/enterprise-api-ref/inventory.markdown +++ b/api/enterprise-api-ref/inventory.markdown @@ -76,7 +76,7 @@ Inventory API allows to access inventory reports and attributes dictionary. * **excludes** *(json object)* Optional parameter. Object that specifies hosts to be excluded. - * **entries** *(json object)* Filter entries object. Where the key is an entry type and the value is an array + * **entries** *(json object)* Filter entries object. Where the key is an entry type and the value is an array of strings Allowed entry types: `hostkey`, `hostname`, `ip`, `mac`, `ip_mask` ```