Add description to snapshot api

This commit is contained in:
Nicolas Mowen 2025-07-15 15:37:41 -06:00
parent f81ac43be6
commit 03b18fdc1a

View File

@ -800,7 +800,10 @@ def vod_event(event_id: str):
)
@router.get("/events/{event_id}/snapshot.jpg")
@router.get(
"/events/{event_id}/snapshot.jpg",
description="Returns a snapshot image for the specified object id. NOTE: The query params only take affect while the event is in-progress. Once the event has ended the snapshot configuration is used.",
)
def event_snapshot(
request: Request,
event_id: str,