-
Notifications
You must be signed in to change notification settings - Fork 38
Update querying.md #1268
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
base: main
Are you sure you want to change the base?
Update querying.md #1268
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Overall readability score: 60.33 (🟢 +0)
View detailed metrics🟢 - Shows an increase in readability
Averages:
View metric targets
|
Link check results (filtered):
|
@@ -63,6 +63,17 @@ Our `GET /{dataType}` endpoints typically return an array of items of that given | |||
|
|||
## Example queries | |||
|
|||
### Companies with connected platforms | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add: Query: platform != ""
to align with the formatting of the rest of the page
<TabItem value="http" label="HTTP"> | ||
|
||
```http | ||
GET /companies/?query=platform!="" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume we need to encode this, so GET /companies/?query=platform%21%3d"" ?
Will the "" actually work like this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments
Description
Type of change
Please delete options that are not relevant.
Reviews and merging
You are responsible for getting your PR merged. Address review comments promptly and make sure to merge the PR when ready.
Feel free to 'Enable automerge' - your PR will automatically merge when accepted and passing the build.