Skip to content
Open
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
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -468,11 +468,11 @@ paths:
- $ref: '#/components/parameters/SlabAddress'
- name: limit
in: query
description: Maximum number of records to return (max 1000)
description: Maximum number of records to return (max 500)
schema:
type: integer
default: 100
maximum: 1000
maximum: 500
- name: since
in: query
description: ISO timestamp to fetch records from
Expand Down
Loading