1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

Merge pull request #255 from happycoloredbanana/search-resolve-is-optional

Fix optionality of resolve
This commit is contained in:
Eugen Rochko 2017-05-20 16:37:43 +02:00 committed by GitHub
commit eac39a3d51

View File

@ -399,7 +399,7 @@ Form data:
| Field | Description | Optional |
| ----------------- | ------------------------------------------------------------------- | ---------- |
| `q` | The search query | no |
| `resolve` | Whether to resolve non-local accounts | no |
| `resolve` | Whether to resolve non-local accounts (default: don't resolve) | yes |
Returns [Results](#results).