fix: end time naming
This commit is contained in:
@@ -37,7 +37,7 @@ export function exportGetSessionsSchema(z: Z) {
|
|||||||
example: "2025-01-06T14:46:38.000Z",
|
example: "2025-01-06T14:46:38.000Z",
|
||||||
}),
|
}),
|
||||||
end_time: z.date().openapi({
|
end_time: z.date().openapi({
|
||||||
title: "Start Time",
|
title: "End Time",
|
||||||
description: "Time of the last log event for this session",
|
description: "Time of the last log event for this session",
|
||||||
example: "2025-01-06T14:46:38.000Z",
|
example: "2025-01-06T14:46:38.000Z",
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user