small whoops

This commit is contained in:
Adickes 2015-12-08 13:01:53 -05:00
commit adf94814f9

View file

@ -71,6 +71,7 @@
## Resource Lists
Calling any api endpoint without a resource id or name will return a paginated list of available resources for that api. By default, a list 'page' will contain up to 20 resources. If you would like to change this just add a 'limit' query param, e.g. `limit=60`.
<<<<<<< HEAD
###### example response for non-named resources
```json
@ -2070,9 +2071,15 @@ move_battle_style | The move battle style
## Pal Park Areas
Areas used for grouping pokemon encounters in Pal Park. They're like habitats that are specific to Pal Park.
<<<<<<< HEAD
```
GET api/v2/pal-park-area
```
=======
```
GET api/v2/pal-park-area
```
>>>>>>> 7d25324ac00f21d9956681f81805bef5b3041045
returns a paginated list of [NamedAPIResource](#namedapiresource)s
```
GET api/v2/pal-park-area/{id or name}