mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
fix: use examples
property (example
is deprecated), fix typo
This commit is contained in:
parent
5e02a377cd
commit
a5158e2164
3 changed files with 692 additions and 475 deletions
697
openapi.yml
697
openapi.yml
File diff suppressed because it is too large
Load diff
|
@ -142,7 +142,7 @@ class BerryFlavorResource(PokeapiCommonViewset):
|
|||
|
||||
@extend_schema(
|
||||
description="Characteristics indicate which stat contains a Pokémon's highest IV. A Pokémon's Characteristic is determined by the remainder of its highest IV divided by 5 (gene_modulo). Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Characteristic) for greater detail.",
|
||||
summary="Get charecterictic",
|
||||
summary="Get characteristic",
|
||||
tags=["pokemon"],
|
||||
)
|
||||
@extend_schema_view(
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue