docs: update summary

This commit is contained in:
indyandie 2024-03-01 03:57:22 -06:00
parent 61c4cd084d
commit 5ee7cdd312
No known key found for this signature in database
GPG key ID: FDB83C1AED3933E1

View file

@ -787,7 +787,7 @@ class SuperContestEffectResource(PokeapiCommonViewset):
@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.',
summary='List types',
summary='Get types',
tags=[ 'pokemon' ],
)
@extend_schema_view(