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 f856322 commit 52821f2Copy full SHA for 52821f2
docs/index.adoc
@@ -56,7 +56,7 @@ Example for checking the spelling of a word with curl on the default server:
56
57
[source]
58
----
59
-curl -X POST -H 'Content-Type: application/json' -i 'https://api-giellalt.uit.no/speller/se' --data '{"word": "pákhat"}'
+curl -X POST -H 'Content-Type: application/json' -i 'https://api-giellalt.uit.no/speller/se' --data '{"text": "pákhat"}'
60
61
62
And the expected output:
0 commit comments