Skip to content

Commit

Permalink
Documentation is completely incorrect, filter only works without quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberious committed Feb 7, 2025
1 parent 369ac56 commit 14fa45f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rest/data/ghec-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -287620,7 +287620,7 @@
"parameters": [
{
"name": "filter",
"description": "<p>If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are <code>externalId</code>, <code>id</code>, and <code>displayName</code>. For example, <code>?filter='externalId eq \"9138790-10932-109120392-12321\"'</code>.</p>",
"description": "<p>If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are <code>externalId</code>, <code>id</code>, and <code>displayName</code>. For example, <code>?filter=externalId eq \"9138790-10932-109120392-12321\"</code>.</p>",
"in": "query",
"required": false,
"schema": {
Expand Down Expand Up @@ -289779,7 +289779,7 @@
"parameters": [
{
"name": "filter",
"description": "<p>If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are <code>userName</code>, <code>externalId</code>, <code>id</code>, and <code>displayName</code>. For example, <code>?filter='externalId eq \"9138790-10932-109120392-12321\"'</code>.</p>",
"description": "<p>If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are <code>userName</code>, <code>externalId</code>, <code>id</code>, and <code>displayName</code>. For example, <code>?filter=externalId eq \"9138790-10932-109120392-12321\"</code>.</p>",
"in": "query",
"required": false,
"schema": {
Expand Down

0 comments on commit 14fa45f

Please sign in to comment.