mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
identify a few arrays
This commit is contained in:
parent
e83363cd67
commit
0828ffd84c
1 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ Name | Description | Data Type
|
|||
count | The total number of resources abailable from this api | integer
|
||||
next | The url for the next 'page' in the list | string
|
||||
previous | The url for the previous page in the list | boolean
|
||||
results | I list of non-named api resources | [APIResource](#apiresource)
|
||||
results | I list of non-named api resources | [[APIResource](#apiresource)]
|
||||
|
||||
|
||||
###### example response for named resources
|
||||
|
@ -114,7 +114,7 @@ Name | Description | Data Type
|
|||
count | The total number of resources abailable from this api | integer
|
||||
next | The url for the next 'page' in the list | string
|
||||
previous | The url for the previous page in the list | boolean
|
||||
results | I list of named api resources | [NamedAPIResource](#namedapiresource)
|
||||
results | I list of named api resources | [[NamedAPIResource](#namedapiresource)]
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue