Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/v2/logs/controllers/stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ export default new Hono().get('/', async (c) => {
gte: since
},
durationMs: {
gt: 500
gt: 500,
lte: 1000
}
}
}),
Expand Down
2 changes: 1 addition & 1 deletion src/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3226,7 +3226,7 @@ components:
error: INTERNAL_SERVER_ERROR
message: An unexpected error occurred.
Forbidden:
description: User doesn't hav permission to perform that action.
description: User doesn't have permission to perform that action.
content:
application/json:
schema:
Expand Down