Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andriy97 authored Mar 27, 2022
1 parent 77f3537 commit db0bf55
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@ spatie/laravel-json-api-paginate
You can now access the api at http://localhost:8000/flyers.json


## Usage

#### Important
The fields selector is enabled but instead of using

/flyers.json?fields=id,title

you should use

/flyers.json?fields[flyers]=id,title


## Note
Expand Down

0 comments on commit db0bf55

Please sign in to comment.