From 14fa45fceb0758875fdc37c34beccb9378b1487d Mon Sep 17 00:00:00 2001 From: Travis Fields Date: Fri, 7 Feb 2025 10:22:51 -0800 Subject: [PATCH] Documentation is completely incorrect, filter only works without quotes --- src/rest/data/ghec-2022-11-28/schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rest/data/ghec-2022-11-28/schema.json b/src/rest/data/ghec-2022-11-28/schema.json index 4e01a594d92e..70455dc8bfe8 100644 --- a/src/rest/data/ghec-2022-11-28/schema.json +++ b/src/rest/data/ghec-2022-11-28/schema.json @@ -287620,7 +287620,7 @@ "parameters": [ { "name": "filter", - "description": "

If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are externalId, id, and displayName. For example, ?filter='externalId eq \"9138790-10932-109120392-12321\"'.

", + "description": "

If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are externalId, id, and displayName. For example, ?filter=externalId eq \"9138790-10932-109120392-12321\".

", "in": "query", "required": false, "schema": { @@ -289779,7 +289779,7 @@ "parameters": [ { "name": "filter", - "description": "

If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are userName, externalId, id, and displayName. For example, ?filter='externalId eq \"9138790-10932-109120392-12321\"'.

", + "description": "

If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are userName, externalId, id, and displayName. For example, ?filter=externalId eq \"9138790-10932-109120392-12321\".

", "in": "query", "required": false, "schema": {