mirror of
https://github.com/rommapp/romm.git
synced 2026-03-03 02:27:00 +00:00
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:
committed by
GitHub
parent
eebcf1cf62
commit
8ba5ff38ed
@@ -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]:
|
||||
|
||||
Reference in New Issue
Block a user