Skip to content
Snippets Groups Projects
Commit 523f87b4 authored by StephenWhitley's avatar StephenWhitley
Browse files

Update IndexerService.md

parent 66036f5d
No related branches found
No related tags found
1 merge request!2Documentation [ci skip]
...@@ -186,7 +186,7 @@ GET /api/indexer/v2/copyIndex/taskStatus/{taskId} ...@@ -186,7 +186,7 @@ GET /api/indexer/v2/copyIndex/taskStatus/{taskId}
``` ```
curl --request GET \ curl --request GET \
--url '/api/indexer/v2/copyIndex/taskStatus/CrOX4STSQF6kgtSRdERhbw:92863567' \ --url '/api/indexer/v2/copyIndex/taskStatus/[taskid]]' \
--header 'accept: application/json' \ --header 'accept: application/json' \
--header 'authorization: Bearer <JWT>' \ --header 'authorization: Bearer <JWT>' \
--header 'content-type: application/json' \ --header 'content-type: application/json' \
...@@ -200,7 +200,7 @@ API will respond with status of task. ...@@ -200,7 +200,7 @@ API will respond with status of task.
{ {
"completed": true, "completed": true,
"task": { "task": {
"node": "CrOX4STSQF6kgtSRdERhbw", "node": "[nodeid]",
"id": 113159669, "id": 113159669,
"type": "transport", "type": "transport",
"action": "indices:data/write/reindex", "action": "indices:data/write/reindex",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment