Skip to content

Commit

Permalink
Test including the qs tip after the request
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Oct 9, 2024
1 parent 27efacf commit 96c68ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docusaurus/docs/dev-docs/api/rest/populate-select.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ Field selection does not work on relational, media, component, or dynamic zone f

`GET /api/restaurants?fields[0]=name&fields[1]=description`

</Request>

<details>
<summary><QsForQueryTitle/></summary>

Expand All @@ -76,7 +78,6 @@ await request(`/api/users?${query}`);
```

</details>
</Request>

<Response title="Example response">

Expand Down

0 comments on commit 96c68ae

Please sign in to comment.