Update api.md (#13727)

Added missing '/status' in HTTP status request
This commit is contained in:
drudi-at-coffee 2023-02-02 19:43:22 +01:00 committed by GitHub
parent f022a9f246
commit 7580248770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ You can retrieve status of a query to see if it is still running, completed succ
<!--HTTP--> <!--HTTP-->
``` ```
GET /druid/indexer/v1/task/<taskId> GET /druid/indexer/v1/task/<taskId>/status
``` ```
<!--curl--> <!--curl-->