vtlim commented on code in PR #14589:
URL: https://github.com/apache/druid/pull/14589#discussion_r1277778800


##########
docs/api-reference/json-querying-api.md:
##########
@@ -23,14 +23,876 @@ sidebar_label: JSON querying
   ~ under the License.
   -->
 
-This document describes the API endpoints to submit JSON-based [native 
queries](../querying/querying.md) to Apache Druid.
+This topic describes the API endpoints to submit JSON-based [native 
queries](../querying/querying.md) to Apache Druid.
 
-## Queries
+In this topic, `http://SERVICE_IP:SERVICE_PORT` is a placeholder for the 
server address of deployment and the service port. For example, on the 
quickstart configuration, replace `http://ROUTER_IP:ROUTER_PORT` with 
`http://localhost:8888`.
 
-`POST /druid/v2/`
 
-The endpoint for submitting queries. Accepts an option `?pretty` that pretty 
prints the results.
+## Submit a query
 
-`POST /druid/v2/candidates/`
+Submits a JSON-based native query with the request body. 

Review Comment:
   ```suggestion
   Submits a JSON-based native query. The body of the request is the native 
query itself.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to