From a8877cd0ebb52a9c34bb3de4f1d8e44965092047 Mon Sep 17 00:00:00 2001
From: StephenWhitley <StephenWhitley@users.noreply.github.com>
Date: Sat, 25 Apr 2020 09:07:39 -0500
Subject: [PATCH] Update IndexerService.md

Remove decscription that GitLab thought was a secret
---
 docs/tutorial/IndexerService.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/tutorial/IndexerService.md b/docs/tutorial/IndexerService.md
index 5c866c544..ca1a75afd 100644
--- a/docs/tutorial/IndexerService.md
+++ b/docs/tutorial/IndexerService.md
@@ -220,7 +220,7 @@ API will respond with status of task.
             "requests_per_second": -1,
             "throttled_until_millis": 0
         },
-        "description": "reindex from [scheme=https host=host-id port=9243 query={\n  \"match_all\" : {\n    \"boost\" : 1.0\n  }\n} username=indexer-user password=<<>>][common:welldb:wellbore:1.0.0] to [common:welldb:wellbore:1.0.0]",
+        "description": "reindex from [scheme=https host=host-id port=9243 query={\n  \"match_all\" : {\n    \"boost\" : 1.0\n  }\n}][common:welldb:wellbore:1.0.0] to [common:welldb:wellbore:1.0.0]",
         "start_time_in_millis": 1539735233086,
         "running_time_in_nanos": 1094744315,
         "cancellable": true,
-- 
GitLab