Update backend/endpoints/platform.py

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Brandon T. Kowalski
2026-01-12 20:01:56 -05:00
committed by GitHub
parent eebcf1cf62
commit 8ba5ff38ed

View File

@@ -54,7 +54,7 @@ def get_platforms(
updated_after: Annotated[
datetime | None,
Query(
description="Filter platforms updated after this datetime (ISO 8601 format)."
description="Filter platforms updated after this datetime (ISO 8601 format with timezone information)."
),
] = None,
) -> list[PlatformSchema]: