You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The is_default field in the /api/v2/pokemon-form/10441/ endpoint is incorrectly set to false, despite being the only form associated with Pokémon 10272 (ursaluna-bloodmoon).
According to the documentation for Pokémon forms, the is_default field should be true for exactly one form per Pokémon. Since this Pokémon has only one form, it should logically be marked as the default form.
Steps to Reproduce
Fetch the Pokémon data from /api/v2/pokemon/10272/:
is_default
Field Incorrect for Pokémon Form10441
Description
The
is_default
field in the/api/v2/pokemon-form/10441/
endpoint is incorrectly set tofalse
, despite being the only form associated with Pokémon10272
(ursaluna-bloodmoon
).According to the documentation for Pokémon forms, the
is_default
field should betrue
for exactly one form per Pokémon. Since this Pokémon has only one form, it should logically be marked as the default form.Steps to Reproduce
/api/v2/pokemon/10272/
:/api/v2/pokemon-form/10441/
:is_default
field is set tofalse
.Expected Behavior
Since form
10441
is the only form for Pokémon10272
, theis_default
field should betrue
to align with the documentation.Observed Behavior
The
is_default
field is incorrectly set tofalse
.Suggestion
Update the
is_default
field for/api/v2/pokemon-form/10441/
totrue
to reflect the correct behavior for the only form of this Pokémon.The text was updated successfully, but these errors were encountered: