allow not specifying a limit on messages endpoint

This commit is contained in:
Dax Raad
2025-11-07 13:03:54 -05:00
parent ae456e6bd0
commit 958c991fe1
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1979,9 +1979,9 @@ export type SessionMessagesData = {
*/
id: string
}
query: {
query?: {
directory?: string
limit: number
limit?: number
}
url: "/session/{id}/message"
}