Browse Source

Fix optionality of resolve

happycoloredbanana 7 years ago
parent
commit
82bd43c03d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Using-the-API/API.md

+ 1 - 1
Using-the-API/API.md

@@ -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).