We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2505e commit d3386ebCopy full SHA for d3386eb
1 file changed
public/API.html
@@ -587,7 +587,7 @@ <h3 id="text-search">Text Search</h3>
587
<span class="ind1">headers:{</span>
588
<span class="ind2">"Content-Type": "application/json; charset=utf-8"</span>
589
<span class="ind1">},</span>
590
- <span class="ind1">body: JSON.stringify("lorem ipsum")</span>
+ <span class="ind1">body: "lorem ipsum"</span>
591
<span>})</span>
592
<span>.then(resp => resp.json())</span>
593
<span>.catch(err => {throw err})</span>
0 commit comments