Update API schema to latest (#19156)

* Add description to snapshot api

* Update API schema
This commit is contained in:
Nicolas Mowen
2025-07-15 21:53:21 -05:00
committed by GitHub
parent f81ac43be6
commit 3eb3797bc5
2 changed files with 172 additions and 63 deletions
+4 -1
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,