From ab0eb4a19578d0de9d83b14bd0be4e4e37897150 Mon Sep 17 00:00:00 2001 From: Mattia Belletti Date: Fri, 4 Jul 2025 10:21:48 +0200 Subject: [PATCH] doc: better /get-sessions documentation. --- src/common/contract/get-sessions.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/contract/get-sessions.ts b/src/common/contract/get-sessions.ts index 7505d9a..51da5ac 100644 --- a/src/common/contract/get-sessions.ts +++ b/src/common/contract/get-sessions.ts @@ -64,8 +64,8 @@ export function exportGetSessionsSchema(z: Z) { }), id: z.string().optional().openapi({ title: "Session GUID", - description: "A filter for the session GUID", - example: "11111111-2222-3333-4444-555555555555", + 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: "1-2222-333", }), });