Skip to content

Commit

Permalink
Update API query parameters for search
Browse files Browse the repository at this point in the history
  • Loading branch information
axllent committed Oct 14, 2022
1 parent 699a534 commit 75a7c1c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/apiv1/Search.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75a7c1c

Please sign in to comment.