mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
Merge branch 'patch-2' into 'master'
Update search.md to add limit/offset/following See merge request mastodon/docs!38
This commit is contained in:
commit
1c4a08b82c
@ -22,3 +22,6 @@ Returns [Results]({{< relref "entities.md#results" >}})
|
|||||||
|----|-----------|:------:|:-----:|
|
|----|-----------|:------:|:-----:|
|
||||||
| `q` | The search query | Required ||
|
| `q` | The search query | Required ||
|
||||||
| `resolve` | Attempt WebFinger look-up | Optional |false|
|
| `resolve` | Attempt WebFinger look-up | Optional |false|
|
||||||
|
| `limit` | Maximum number of results | Optional | 40 |
|
||||||
|
| `offset` | Offset in the search results | Optional | 0 |
|
||||||
|
| `following` | Only include accounts the user is following | Optional | false |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user