diff --git a/src/common/contract/get-sessions.ts b/src/common/contract/get-sessions.ts index 51da5ac..ba6c302 100644 --- a/src/common/contract/get-sessions.ts +++ b/src/common/contract/get-sessions.ts @@ -37,7 +37,7 @@ export function exportGetSessionsSchema(z: Z) { example: "2025-01-06T14:46:38.000Z", }), end_time: z.date().openapi({ - title: "Start Time", + title: "End Time", description: "Time of the last log event for this session", example: "2025-01-06T14:46:38.000Z", }),