fix(nodes): fix list images route param descriptions

This commit is contained in:
psychedelicious 2023-05-27 12:11:05 +10:00 committed by Kent Keirsey
parent f609ee21a2
commit 3ea5e78322

@ -231,7 +231,7 @@ async def list_images_with_metadata(
image_type: ImageType = Query(description="The type of images to list"),
image_category: ImageCategory = Query(description="The kind of images to list"),
is_intermediate: bool = Query(
default=False, description="The kind of images to list"
default=False, description="Whether to list intermediate images"
),
page: int = Query(default=0, description="The page of image metadata to get"),
per_page: int = Query(