Skip to content

Commit

Permalink
Update playground description
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Jan 8, 2024
1 parent 473469b commit 77497bd
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pages/playground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -352,12 +352,13 @@ const Course: FunctionComponent = function () {

<div className='alert quote mt-4 fst-italic'>
<p>
💡 You can also use the <code className='p-0'>sort</code>,{' '}
<code className='p-0'>order</code>,{' '}
<code className='p-0'>limit</code> and{' '}
<code className='p-0'>page</code> query parameters. You
will find more information about the CRUD routes behavior
in our{' '}
💡 You can also use the sorting, searching and filtering
query parameters on the main GET route, example:{' '}
<code className='p-0'>
?property_eq=test&page=2&limit=50
</code>
. You will find more information about the CRUD routes
behavior in our{' '}
<Link href={'/docs/latest/api-endpoints/crud-routes/'}>
documentation
</Link>
Expand Down

0 comments on commit 77497bd

Please sign in to comment.