[DOCS] Expand `updated` response parm in reindex API docs (#48008)

This commit is contained in:
James Rodewig 2019-10-15 11:16:20 -04:00
parent 155ecd0a76
commit 05b3de0110
1 changed files with 2 additions and 2 deletions

View File

@ -522,8 +522,8 @@ reindex timed out.
(integer) The number of documents that were successfully processed.
`updated`::
(integer) The number of documents that were successfully updated.
(integer) The number of documents that were successfully updated,
i.e. a document with same ID already existed prior to reindex updating it.
`created`::