You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by su...@apache.org on 2023/02/02 18:43:35 UTC

[druid] branch master updated: Update api.md (#13727)

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

suneet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 7580248770 Update api.md (#13727)
7580248770 is described below

commit 758024877058b31c1025073a9041c15ef99c3857
Author: drudi-at-coffee <12...@users.noreply.github.com>
AuthorDate: Thu Feb 2 19:43:22 2023 +0100

    Update api.md (#13727)
    
    Added missing '/status' in HTTP status request
---
 docs/multi-stage-query/api.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/multi-stage-query/api.md b/docs/multi-stage-query/api.md
index 81ffecfefd..eb4f0816f8 100644
--- a/docs/multi-stage-query/api.md
+++ b/docs/multi-stage-query/api.md
@@ -137,7 +137,7 @@ You can retrieve status of a query to see if it is still running, completed succ
 <!--HTTP-->
 
 ```
-GET /druid/indexer/v1/task/<taskId>
+GET /druid/indexer/v1/task/<taskId>/status
 ```
 
 <!--curl-->


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org