mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 03:13:06 +00:00
fix(oas): define id
path parameter
This commit is contained in:
parent
a8d24a493f
commit
03237957fc
2 changed files with 295 additions and 212 deletions
298
openapi.yml
298
openapi.yml
|
@ -58,8 +58,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this ability.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- pokemon
|
||||
|
@ -150,8 +150,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this berry firmness.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- berries
|
||||
|
@ -210,8 +210,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this berry flavor.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- berries
|
||||
|
@ -238,8 +238,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this berry.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- berries
|
||||
|
@ -300,8 +300,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this characteristic.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- pokemon
|
||||
|
@ -356,8 +356,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this contest effect.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- contests
|
||||
|
@ -416,8 +416,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this contest type.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- contests
|
||||
|
@ -478,8 +478,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this egg group.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- pokemon
|
||||
|
@ -568,8 +568,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this encounter condition value.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- encounters
|
||||
|
@ -594,8 +594,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this encounter condition.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- encounters
|
||||
|
@ -652,8 +652,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this encounter method.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- encounters
|
||||
|
@ -712,8 +712,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this evolution chain.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- evolution
|
||||
|
@ -772,8 +772,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this evolution trigger.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- evolution
|
||||
|
@ -834,8 +834,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this gender.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- pokemon
|
||||
|
@ -896,8 +896,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this generation.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- games
|
||||
|
@ -956,8 +956,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this growth rate.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- pokemon
|
||||
|
@ -1047,8 +1047,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this item attribute.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- items
|
||||
|
@ -1105,8 +1105,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this item category.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- items
|
||||
|
@ -1163,8 +1163,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this item fling effect.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- items
|
||||
|
@ -1219,8 +1219,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this item pocket.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- items
|
||||
|
@ -1246,8 +1246,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this item.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- items
|
||||
|
@ -1302,8 +1302,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this language.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- utility
|
||||
|
@ -1392,8 +1392,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this location area.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- location
|
||||
|
@ -1418,8 +1418,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this location.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- location
|
||||
|
@ -1478,8 +1478,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this machine.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- machines
|
||||
|
@ -1572,8 +1572,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this move meta ailment.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- moves
|
||||
|
@ -1630,8 +1630,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this move battle style.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- moves
|
||||
|
@ -1686,8 +1686,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this move meta category.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- moves
|
||||
|
@ -1742,8 +1742,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this move damage class.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- pokemon
|
||||
|
@ -1798,8 +1798,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this move learn method.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- moves
|
||||
|
@ -1856,8 +1856,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this move target.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- moves
|
||||
|
@ -1884,8 +1884,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this move.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- moves
|
||||
|
@ -1942,8 +1942,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this nature.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- pokemon
|
||||
|
@ -2000,8 +2000,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this pal park area.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- location
|
||||
|
@ -2062,8 +2062,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this pokeathlon stat.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- pokemon
|
||||
|
@ -2126,8 +2126,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this pokedex.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- games
|
||||
|
@ -2224,8 +2224,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this pokemon color.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- pokemon
|
||||
|
@ -2286,8 +2286,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this pokemon form.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- pokemon
|
||||
|
@ -2344,8 +2344,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this pokemon habitat.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- pokemon
|
||||
|
@ -2400,8 +2400,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this pokemon shape.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- pokemon
|
||||
|
@ -2462,8 +2462,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this pokemon species.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- pokemon
|
||||
|
@ -2492,8 +2492,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this pokemon.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- pokemon
|
||||
|
@ -2669,8 +2669,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this region.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- location
|
||||
|
@ -2729,8 +2729,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this stat.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- pokemon
|
||||
|
@ -2787,8 +2787,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this super contest effect.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- contests
|
||||
|
@ -2849,8 +2849,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this type.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- pokemon
|
||||
|
@ -2936,8 +2936,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this version group.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- games
|
||||
|
@ -2961,8 +2961,8 @@ paths:
|
|||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
description: A unique integer value identifying this version.
|
||||
type: string
|
||||
description: This parameter can be a string or an integer.
|
||||
required: true
|
||||
tags:
|
||||
- games
|
||||
|
@ -3140,28 +3140,16 @@ components:
|
|||
maxLength: 100
|
||||
growth_time:
|
||||
type: integer
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
max_harvest:
|
||||
type: integer
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
natural_gift_power:
|
||||
type: integer
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
size:
|
||||
type: integer
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
smoothness:
|
||||
type: integer
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
soil_dryness:
|
||||
type: integer
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
firmness:
|
||||
$ref: '#/components/schemas/BerryFirmnessSummary'
|
||||
flavors:
|
||||
|
@ -3410,12 +3398,8 @@ components:
|
|||
readOnly: true
|
||||
appeal:
|
||||
type: integer
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
jam:
|
||||
type: integer
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
effect_entries:
|
||||
type: array
|
||||
items:
|
||||
|
@ -3683,8 +3667,6 @@ components:
|
|||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
names:
|
||||
type: array
|
||||
items:
|
||||
|
@ -3998,12 +3980,8 @@ components:
|
|||
properties:
|
||||
level:
|
||||
type: integer
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
experience:
|
||||
type: integer
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
required:
|
||||
- experience
|
||||
- level
|
||||
|
@ -4354,14 +4332,10 @@ components:
|
|||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
fling_power:
|
||||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
fling_effect:
|
||||
$ref: '#/components/schemas/ItemFlingEffectSummary'
|
||||
attributes:
|
||||
|
@ -4602,8 +4576,6 @@ components:
|
|||
properties:
|
||||
game_index:
|
||||
type: integer
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
generation:
|
||||
$ref: '#/components/schemas/GenerationSummary'
|
||||
required:
|
||||
|
@ -4744,8 +4716,6 @@ components:
|
|||
maxLength: 100
|
||||
game_index:
|
||||
type: integer
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
encounter_method_rates:
|
||||
type: array
|
||||
items:
|
||||
|
@ -4982,8 +4952,6 @@ components:
|
|||
properties:
|
||||
game_index:
|
||||
type: integer
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
generation:
|
||||
$ref: '#/components/schemas/GenerationSummary'
|
||||
required:
|
||||
|
@ -5088,20 +5056,14 @@ components:
|
|||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
power:
|
||||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
pp:
|
||||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
effect_chance:
|
||||
type: integer
|
||||
effect_entries:
|
||||
|
@ -5223,28 +5185,20 @@ components:
|
|||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
effect_chance:
|
||||
type: integer
|
||||
pp:
|
||||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
priority:
|
||||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
power:
|
||||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
contest_combos:
|
||||
type: object
|
||||
required:
|
||||
|
@ -5656,62 +5610,42 @@ components:
|
|||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
max_hits:
|
||||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
min_turns:
|
||||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
max_turns:
|
||||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
drain:
|
||||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
healing:
|
||||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
crit_rate:
|
||||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
ailment_chance:
|
||||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
flinch_chance:
|
||||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
stat_chance:
|
||||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
required:
|
||||
- ailment
|
||||
- category
|
||||
|
@ -5929,12 +5863,8 @@ components:
|
|||
properties:
|
||||
low_hp_preference:
|
||||
type: integer
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
high_hp_preference:
|
||||
type: integer
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
move_battle_style:
|
||||
$ref: '#/components/schemas/MoveBattleStyleSummary'
|
||||
required:
|
||||
|
@ -7356,28 +7286,20 @@ components:
|
|||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
height:
|
||||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
is_default:
|
||||
type: boolean
|
||||
order:
|
||||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
weight:
|
||||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
abilities:
|
||||
type: array
|
||||
items:
|
||||
|
@ -7765,14 +7687,10 @@ components:
|
|||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
form_order:
|
||||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
is_default:
|
||||
type: boolean
|
||||
is_battle_only:
|
||||
|
@ -7923,8 +7841,6 @@ components:
|
|||
properties:
|
||||
game_index:
|
||||
type: integer
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
version:
|
||||
$ref: '#/components/schemas/VersionSummary'
|
||||
required:
|
||||
|
@ -8080,26 +7996,18 @@ components:
|
|||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
gender_rate:
|
||||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
capture_rate:
|
||||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
base_happiness:
|
||||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
is_baby:
|
||||
type: boolean
|
||||
is_legendary:
|
||||
|
@ -8110,8 +8018,6 @@ components:
|
|||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
has_gender_differences:
|
||||
type: boolean
|
||||
forms_switchable:
|
||||
|
@ -8329,12 +8235,8 @@ components:
|
|||
properties:
|
||||
base_stat:
|
||||
type: integer
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
effort:
|
||||
type: integer
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
stat:
|
||||
$ref: '#/components/schemas/StatSummary'
|
||||
required:
|
||||
|
@ -8443,8 +8345,6 @@ components:
|
|||
maxLength: 100
|
||||
game_index:
|
||||
type: integer
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
is_battle_only:
|
||||
type: boolean
|
||||
affecting_moves:
|
||||
|
@ -8604,8 +8504,6 @@ components:
|
|||
readOnly: true
|
||||
appeal:
|
||||
type: integer
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
flavor_text_entries:
|
||||
type: array
|
||||
items:
|
||||
|
@ -8965,8 +8863,6 @@ components:
|
|||
properties:
|
||||
game_index:
|
||||
type: integer
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
generation:
|
||||
$ref: '#/components/schemas/GenerationSummary'
|
||||
required:
|
||||
|
@ -9023,8 +8919,6 @@ components:
|
|||
type:
|
||||
- integer
|
||||
- 'null'
|
||||
maximum: 2147483647
|
||||
minimum: -2147483648
|
||||
generation:
|
||||
$ref: '#/components/schemas/GenerationSummary'
|
||||
move_learn_methods:
|
||||
|
|
|
@ -50,16 +50,6 @@ class NameOrIdRetrieval:
|
|||
|
||||
return queryset
|
||||
|
||||
@extend_schema(
|
||||
parameters=[
|
||||
OpenApiParameter(
|
||||
name="id",
|
||||
description="This parameter can be a string or an integer.",
|
||||
location=OpenApiParameter.PATH,
|
||||
type=OpenApiTypes.STR,
|
||||
),
|
||||
]
|
||||
)
|
||||
def get_object(self):
|
||||
queryset = self.get_queryset()
|
||||
queryset = self.filter_queryset(queryset)
|
||||
|
@ -91,6 +81,13 @@ class PokeapiCommonViewset(
|
|||
# APIS #
|
||||
##########
|
||||
|
||||
retrieve_path_parameter = OpenApiParameter(
|
||||
name="id",
|
||||
description="This parameter can be a string or an integer.",
|
||||
location=OpenApiParameter.PATH,
|
||||
type=OpenApiTypes.STR,
|
||||
required=True,
|
||||
)
|
||||
|
||||
@extend_schema(
|
||||
description="Abilities provide passive effects for Pokémon in battle or in the overworld. Pokémon have multiple possible abilities but can have only one ability at a time. Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Ability) for greater detail.",
|
||||
|
@ -101,6 +98,10 @@ class AbilityResource(PokeapiCommonViewset):
|
|||
serializer_class = AbilityDetailSerializer
|
||||
list_serializer_class = AbilitySummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Berries are small fruits that can provide HP and status condition restoration, stat enhancement, and even damage negation when eaten by Pokémon. Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Berry) for greater detail.",
|
||||
|
@ -117,6 +118,10 @@ class BerryResource(PokeapiCommonViewset):
|
|||
serializer_class = BerryDetailSerializer
|
||||
list_serializer_class = BerrySummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Berries can be soft or hard. Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Category:Berries_by_firmness) for greater detail.",
|
||||
|
@ -133,6 +138,10 @@ class BerryFirmnessResource(PokeapiCommonViewset):
|
|||
serializer_class = BerryFirmnessDetailSerializer
|
||||
list_serializer_class = BerryFirmnessSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Flavors determine whether a Pokémon will benefit or suffer from eating a berry based on their **nature**. Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Flavor) for greater detail.",
|
||||
|
@ -149,6 +158,10 @@ class BerryFlavorResource(PokeapiCommonViewset):
|
|||
serializer_class = BerryFlavorDetailSerializer
|
||||
list_serializer_class = BerryFlavorSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@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.",
|
||||
|
@ -165,6 +178,10 @@ class CharacteristicResource(PokeapiCommonViewset):
|
|||
serializer_class = CharacteristicDetailSerializer
|
||||
list_serializer_class = CharacteristicSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Contest effects refer to the effects of moves when used in contests.",
|
||||
|
@ -181,6 +198,10 @@ class ContestEffectResource(PokeapiCommonViewset):
|
|||
serializer_class = ContestEffectDetailSerializer
|
||||
list_serializer_class = ContestEffectSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Contest types are categories judges used to weigh a Pokémon's condition in Pokémon contests. Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Contest_condition) for greater detail.",
|
||||
|
@ -197,6 +218,10 @@ class ContestTypeResource(PokeapiCommonViewset):
|
|||
serializer_class = ContestTypeDetailSerializer
|
||||
list_serializer_class = ContestTypeSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Egg Groups are categories which determine which Pokémon are able to interbreed. Pokémon may belong to either one or two Egg Groups. Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Egg_Group) for greater detail.",
|
||||
|
@ -213,6 +238,10 @@ class EggGroupResource(PokeapiCommonViewset):
|
|||
serializer_class = EggGroupDetailSerializer
|
||||
list_serializer_class = EggGroupSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Conditions which affect what pokemon might appear in the wild, e.g., day or night.",
|
||||
|
@ -229,6 +258,10 @@ class EncounterConditionResource(PokeapiCommonViewset):
|
|||
serializer_class = EncounterConditionDetailSerializer
|
||||
list_serializer_class = EncounterConditionSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Encounter condition values are the various states that an encounter condition can have, i.e., time of day can be either day or night.",
|
||||
|
@ -245,6 +278,10 @@ class EncounterConditionValueResource(PokeapiCommonViewset):
|
|||
serializer_class = EncounterConditionValueDetailSerializer
|
||||
list_serializer_class = EncounterConditionValueSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Methods by which the player might can encounter Pokémon in the wild, e.g., walking in tall grass. Check out Bulbapedia for greater detail.",
|
||||
|
@ -261,6 +298,10 @@ class EncounterMethodResource(PokeapiCommonViewset):
|
|||
serializer_class = EncounterMethodDetailSerializer
|
||||
list_serializer_class = EncounterMethodSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Evolution chains are essentially family trees. They start with the lowest stage within a family and detail evolution conditions for each as well as Pokémon they can evolve into up through the hierarchy.",
|
||||
|
@ -277,6 +318,10 @@ class EvolutionChainResource(PokeapiCommonViewset):
|
|||
serializer_class = EvolutionChainDetailSerializer
|
||||
list_serializer_class = EvolutionChainSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Evolution triggers are the events and conditions that cause a Pokémon to evolve. Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Methods_of_evolution) for greater detail.",
|
||||
|
@ -293,6 +338,10 @@ class EvolutionTriggerResource(PokeapiCommonViewset):
|
|||
serializer_class = EvolutionTriggerDetailSerializer
|
||||
list_serializer_class = EvolutionTriggerSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="A generation is a grouping of the Pokémon games that separates them based on the Pokémon they include. In each generation, a new set of Pokémon, Moves, Abilities and Types that did not exist in the previous generation are released.",
|
||||
|
@ -309,6 +358,10 @@ class GenerationResource(PokeapiCommonViewset):
|
|||
serializer_class = GenerationDetailSerializer
|
||||
list_serializer_class = GenerationSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Genders were introduced in Generation II for the purposes of breeding Pokémon but can also result in visual differences or even different evolutionary lines. Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Gender) for greater detail.",
|
||||
|
@ -325,6 +378,10 @@ class GenderResource(PokeapiCommonViewset):
|
|||
serializer_class = GenderDetailSerializer
|
||||
list_serializer_class = GenderSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Growth rates are the speed with which Pokémon gain levels through experience. Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Experience) for greater detail.",
|
||||
|
@ -341,6 +398,10 @@ class GrowthRateResource(PokeapiCommonViewset):
|
|||
serializer_class = GrowthRateDetailSerializer
|
||||
list_serializer_class = GrowthRateSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="An item is an object in the games which the player can pick up, keep in their bag, and use in some manner. They have various uses, including healing, powering up, helping catch Pokémon, or to access a new area.",
|
||||
|
@ -357,6 +418,10 @@ class ItemResource(PokeapiCommonViewset):
|
|||
serializer_class = ItemDetailSerializer
|
||||
list_serializer_class = ItemSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Item categories determine where items will be placed in the players bag.",
|
||||
|
@ -373,6 +438,10 @@ class ItemCategoryResource(PokeapiCommonViewset):
|
|||
serializer_class = ItemCategoryDetailSerializer
|
||||
list_serializer_class = ItemCategorySummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description='Item attributes define particular aspects of items, e.g."usable in battle" or "consumable".',
|
||||
|
@ -389,6 +458,10 @@ class ItemAttributeResource(PokeapiCommonViewset):
|
|||
serializer_class = ItemAttributeDetailSerializer
|
||||
list_serializer_class = ItemAttributeSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description='The various effects of the move"Fling" when used with different items.',
|
||||
|
@ -405,6 +478,10 @@ class ItemFlingEffectResource(PokeapiCommonViewset):
|
|||
serializer_class = ItemFlingEffectDetailSerializer
|
||||
list_serializer_class = ItemFlingEffectSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Pockets within the players bag used for storing items by category.",
|
||||
|
@ -421,6 +498,10 @@ class ItemPocketResource(PokeapiCommonViewset):
|
|||
serializer_class = ItemPocketDetailSerializer
|
||||
list_serializer_class = ItemPocketSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Languages for translations of API resource information.",
|
||||
|
@ -437,6 +518,10 @@ class LanguageResource(PokeapiCommonViewset):
|
|||
serializer_class = LanguageDetailSerializer
|
||||
list_serializer_class = LanguageSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Locations that can be visited within the games. Locations make up sizable portions of regions, like cities or routes.",
|
||||
|
@ -453,6 +538,10 @@ class LocationResource(PokeapiCommonViewset):
|
|||
serializer_class = LocationDetailSerializer
|
||||
list_serializer_class = LocationSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Location areas are sections of areas, such as floors in a building or cave. Each area has its own set of possible Pokémon encounters.",
|
||||
|
@ -469,6 +558,10 @@ class LocationAreaResource(ListOrDetailSerialRelation, viewsets.ReadOnlyModelVie
|
|||
serializer_class = LocationAreaDetailSerializer
|
||||
list_serializer_class = LocationAreaSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Machines are the representation of items that teach moves to Pokémon. They vary from version to version, so it is not certain that one specific TM or HM corresponds to a single Machine.",
|
||||
|
@ -485,6 +578,10 @@ class MachineResource(PokeapiCommonViewset):
|
|||
serializer_class = MachineDetailSerializer
|
||||
list_serializer_class = MachineSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Moves are the skills of Pokémon in battle. In battle, a Pokémon uses one move each turn. Some moves (including those learned by Hidden Machine) can be used outside of battle as well, usually for the purpose of removing obstacles or exploring new areas.",
|
||||
|
@ -501,6 +598,10 @@ class MoveResource(PokeapiCommonViewset):
|
|||
serializer_class = MoveDetailSerializer
|
||||
list_serializer_class = MoveSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Damage classes moves can have, e.g. physical, special, or non-damaging.",
|
||||
|
@ -517,6 +618,10 @@ class MoveDamageClassResource(PokeapiCommonViewset):
|
|||
serializer_class = MoveDamageClassDetailSerializer
|
||||
list_serializer_class = MoveDamageClassSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Move Ailments are status conditions caused by moves used during battle. See [Bulbapedia](https://bulbapedia.bulbagarden.net/wiki/Status_condition) for greater detail.",
|
||||
|
@ -533,6 +638,10 @@ class MoveMetaAilmentResource(PokeapiCommonViewset):
|
|||
serializer_class = MoveMetaAilmentDetailSerializer
|
||||
list_serializer_class = MoveMetaAilmentSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Styles of moves when used in the Battle Palace. See [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Battle_Frontier_(Generation_III)) for greater detail.",
|
||||
|
@ -549,6 +658,10 @@ class MoveBattleStyleResource(PokeapiCommonViewset):
|
|||
serializer_class = MoveBattleStyleDetailSerializer
|
||||
list_serializer_class = MoveBattleStyleSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Very general categories that loosely group move effects.",
|
||||
|
@ -565,6 +678,10 @@ class MoveMetaCategoryResource(PokeapiCommonViewset):
|
|||
serializer_class = MoveMetaCategoryDetailSerializer
|
||||
list_serializer_class = MoveMetaCategorySummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Methods by which Pokémon can learn moves.",
|
||||
|
@ -581,6 +698,10 @@ class MoveLearnMethodResource(PokeapiCommonViewset):
|
|||
serializer_class = MoveLearnMethodDetailSerializer
|
||||
list_serializer_class = MoveLearnMethodSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Targets moves can be directed at during battle. Targets can be Pokémon, environments or even other moves.",
|
||||
|
@ -597,6 +718,10 @@ class MoveTargetResource(PokeapiCommonViewset):
|
|||
serializer_class = MoveTargetDetailSerializer
|
||||
list_serializer_class = MoveTargetSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Natures influence how a Pokémon's stats grow. See [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Nature) for greater detail.",
|
||||
|
@ -613,6 +738,10 @@ class NatureResource(PokeapiCommonViewset):
|
|||
serializer_class = NatureDetailSerializer
|
||||
list_serializer_class = NatureSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Areas used for grouping Pokémon encounters in Pal Park. They're like habitats that are specific to Pal Park.",
|
||||
|
@ -629,6 +758,10 @@ class PalParkAreaResource(PokeapiCommonViewset):
|
|||
serializer_class = PalParkAreaDetailSerializer
|
||||
list_serializer_class = PalParkAreaSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Pokeathlon Stats are different attributes of a Pokémon's performance in Pokéathlons. In Pokéathlons, competitions happen on different courses; one for each of the different Pokéathlon stats. See [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9athlon) for greater detail.",
|
||||
|
@ -645,6 +778,10 @@ class PokeathlonStatResource(PokeapiCommonViewset):
|
|||
serializer_class = PokeathlonStatDetailSerializer
|
||||
list_serializer_class = PokeathlonStatSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="A Pokédex is a handheld electronic encyclopedia device; one which is capable of recording and retaining information of the various Pokémon in a given region with the exception of the national dex and some smaller dexes related to portions of a region. See [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Pokedex) for greater detail.",
|
||||
|
@ -661,6 +798,10 @@ class PokedexResource(PokeapiCommonViewset):
|
|||
serializer_class = PokedexDetailSerializer
|
||||
list_serializer_class = PokedexSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Colors used for sorting Pokémon in a Pokédex. The color listed in the Pokédex is usually the color most apparent or covering each Pokémon's body. No orange category exists; Pokémon that are primarily orange are listed as red or brown.",
|
||||
|
@ -677,6 +818,10 @@ class PokemonColorResource(PokeapiCommonViewset):
|
|||
serializer_class = PokemonColorDetailSerializer
|
||||
list_serializer_class = PokemonColorSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Some Pokémon may appear in one of multiple, visually different forms. These differences are purely cosmetic. For variations within a Pokémon species, which do differ in more than just visuals, the 'Pokémon' entity is used to represent such a variety.",
|
||||
|
@ -693,6 +838,10 @@ class PokemonFormResource(PokeapiCommonViewset):
|
|||
serializer_class = PokemonFormDetailSerializer
|
||||
list_serializer_class = PokemonFormSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Habitats are generally different terrain Pokémon can be found in but can also be areas designated for rare or legendary Pokémon.",
|
||||
|
@ -709,6 +858,10 @@ class PokemonHabitatResource(PokeapiCommonViewset):
|
|||
serializer_class = PokemonHabitatDetailSerializer
|
||||
list_serializer_class = PokemonHabitatSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Shapes used for sorting Pokémon in a Pokédex.",
|
||||
|
@ -725,6 +878,10 @@ class PokemonShapeResource(PokeapiCommonViewset):
|
|||
serializer_class = PokemonShapeDetailSerializer
|
||||
list_serializer_class = PokemonShapeSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Pokémon are the creatures that inhabit the world of the Pokémon games. They can be caught using Pokéballs and trained by battling with other Pokémon. Each Pokémon belongs to a specific species but may take on a variant which makes it differ from other Pokémon of the same species, such as base stats, available abilities and typings. See [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9mon_(species)) for greater detail.",
|
||||
|
@ -741,6 +898,10 @@ class PokemonResource(PokeapiCommonViewset):
|
|||
serializer_class = PokemonDetailSerializer
|
||||
list_serializer_class = PokemonSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="A Pokémon Species forms the basis for at least one Pokémon. Attributes of a Pokémon species are shared across all varieties of Pokémon within the species. A good example is Wormadam; Wormadam is the species which can be found in three different varieties, Wormadam-Trash, Wormadam-Sandy and Wormadam-Plant.",
|
||||
|
@ -757,6 +918,10 @@ class PokemonSpeciesResource(PokeapiCommonViewset):
|
|||
serializer_class = PokemonSpeciesDetailSerializer
|
||||
list_serializer_class = PokemonSpeciesSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="A region is an organized area of the Pokémon world. Most often, the main difference between regions is the species of Pokémon that can be encountered within them.",
|
||||
|
@ -773,6 +938,10 @@ class RegionResource(PokeapiCommonViewset):
|
|||
serializer_class = RegionDetailSerializer
|
||||
list_serializer_class = RegionSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Stats determine certain aspects of battles. Each Pokémon has a value for each stat which grows as they gain levels and can be altered momentarily by effects in battles.",
|
||||
|
@ -789,6 +958,10 @@ class StatResource(PokeapiCommonViewset):
|
|||
serializer_class = StatDetailSerializer
|
||||
list_serializer_class = StatSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Super contest effects refer to the effects of moves when used in super contests.",
|
||||
|
@ -805,6 +978,10 @@ class SuperContestEffectResource(PokeapiCommonViewset):
|
|||
serializer_class = SuperContestEffectDetailSerializer
|
||||
list_serializer_class = SuperContestEffectSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Types are properties for Pokémon and their moves. Each type has three properties: which types of Pokémon it is super effective against, which types of Pokémon it is not very effective against, and which types of Pokémon it is completely ineffective against.",
|
||||
|
@ -821,6 +998,10 @@ class TypeResource(PokeapiCommonViewset):
|
|||
serializer_class = TypeDetailSerializer
|
||||
list_serializer_class = TypeSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Versions of the games, e.g., Red, Blue or Yellow.",
|
||||
|
@ -837,6 +1018,10 @@ class VersionResource(PokeapiCommonViewset):
|
|||
serializer_class = VersionDetailSerializer
|
||||
list_serializer_class = VersionSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Version groups categorize highly similar versions of the games.",
|
||||
|
@ -853,6 +1038,10 @@ class VersionGroupResource(PokeapiCommonViewset):
|
|||
serializer_class = VersionGroupDetailSerializer
|
||||
list_serializer_class = VersionGroupSummarySerializer
|
||||
|
||||
@extend_schema(parameters=[retrieve_path_parameter])
|
||||
def retrieve(self, request, pk=None):
|
||||
return super().retrieve(request, pk)
|
||||
|
||||
|
||||
@extend_schema(
|
||||
description="Handles Pokemon Encounters as a sub-resource.",
|
||||
|
|
Loading…
Reference in a new issue