From 5ee7cdd312eb1cf70a6f7ae5f3aed61d766e52df Mon Sep 17 00:00:00 2001 From: indyandie <1058837+Indyandie@users.noreply.github.com> Date: Fri, 1 Mar 2024 03:57:22 -0600 Subject: [PATCH] docs: update summary --- pokemon_v2/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokemon_v2/api.py b/pokemon_v2/api.py index 1737680a..518985e5 100644 --- a/pokemon_v2/api.py +++ b/pokemon_v2/api.py @@ -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(