diff --git a/docs/apiv1/Search.md b/docs/apiv1/Search.md index 58cb5cf94..cf4c4fb38 100644 --- a/docs/apiv1/Search.md +++ b/docs/apiv1/Search.md @@ -10,9 +10,11 @@ Matching messages are returned in the order of latest received to oldest. ## Query parameters -| Parameter | Type | Required | Description | -|-----------|--------|----------|--------------| -| query | string | true | Search query | +| Parameter | Type | Required | Description | +|-----------|---------|----------|----------------------------| +| query | string | true | Search query | +| limit | integer | false | Limit results (default 50) | +| start | integer | false | Pagination offset | ## Response