doc: better /get-sessions documentation.

This commit is contained in:
Mattia Belletti
2025-07-04 10:21:48 +02:00
parent 15f96b5a7c
commit ab0eb4a195

View File

@@ -64,8 +64,8 @@ export function exportGetSessionsSchema(z: Z) {
}), }),
id: z.string().optional().openapi({ id: z.string().optional().openapi({
title: "Session GUID", title: "Session GUID",
description: "A filter for the session GUID", description: "If present, filters the returned sessions by only looking for the ones that contain the given string inside their ids (it can also be the full id)",
example: "11111111-2222-3333-4444-555555555555", example: "1-2222-333",
}), }),
}); });