mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-19 16:54:22 +01:00
allow not specifying a limit on messages endpoint
This commit is contained in:
@@ -1979,9 +1979,9 @@ export type SessionMessagesData = {
|
||||
*/
|
||||
id: string
|
||||
}
|
||||
query: {
|
||||
query?: {
|
||||
directory?: string
|
||||
limit: number
|
||||
limit?: number
|
||||
}
|
||||
url: "/session/{id}/message"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user