This is an automated email from the ASF dual-hosted git repository.
dzamo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill-site.git
The following commit(s) were added to refs/heads/master by this push:
new 1b80923 options part of the api doesn't seem to like POST (set)
new 280d025 Merge pull request #25 from wschoot/patch-1
1b80923 is described below
commit 1b80923681df7506c23f15cd7accfc89bfb52926
Author: Wouter Schoot <[email protected]>
AuthorDate: Thu Jan 27 13:39:35 2022 +0100
options part of the api doesn't seem to like POST (set)
---
_docs/en/developer-information/rest-api/010-rest-api-introduction.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/_docs/en/developer-information/rest-api/010-rest-api-introduction.md
b/_docs/en/developer-information/rest-api/010-rest-api-introduction.md
index 606349e..0d3cdce 100644
--- a/_docs/en/developer-information/rest-api/010-rest-api-introduction.md
+++ b/_docs/en/developer-information/rest-api/010-rest-api-introduction.md
@@ -492,7 +492,7 @@ Get the status of threads.
. . .
## Options
-This method gets and sets system options.
+This method gets system options.
----------