Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation is completely incorrect, filter only works without quotes #36213

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading