This is an automated email from the ASF dual-hosted git repository.

dzamo pushed a commit to branch 1.21
in repository https://gitbox.apache.org/repos/asf/drill.git

commit 51cd18d40f1d1b52a2aada9a39100409a9563351
Author: Charles S. Givre <[email protected]>
AuthorDate: Sun Apr 16 10:15:30 2023 -0400

    [MINOR UPDATE] Fix Error In HTTP Plugin Docs
---
 contrib/storage-http/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/storage-http/README.md b/contrib/storage-http/README.md
index 797ab5f407..7d0ce10876 100644
--- a/contrib/storage-http/README.md
+++ b/contrib/storage-http/README.md
@@ -137,7 +137,7 @@ postBody: "key1=value1
 key2=value2"
 ```
 
-`postBodyLocation`:  If the API uses the `POST` method, you can send 
parameters in several different ways:
+`postParameterLocation`:  If the API uses the `POST` method, you can send 
parameters in several different ways:
 * `query_string`:  Parameters from the query are pushed down to the query 
string.  Static parameters are pushed to the post body.
 * `post_body`:  Both static and parameters from the query are pushed to the 
post body as key/value pairs
 * `json_body`:  Both static and parameters from the query are pushed to the 
post body as json.

Reply via email to