Skip to content

Commit c1cea7b

Browse files
authored
[7.17] [DOCS] Expands the list of possible values of the result parameter of the bulk API. (#107265) (#107278)
* [DOCS] Expands the list of possible values of the result parameter of the bulk API. (#107265) (cherry picked from commit c50fcb9) * Apply suggestions from code review
1 parent 9ac6e4f commit c1cea7b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/reference/docs/bulk.asciidoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,7 @@ This parameter is only returned for successful actions.
409409
`result`::
410410
(string)
411411
Result of the operation. Successful values are `created`, `deleted`, and
412-
`updated`.
413-
+
414-
This parameter is only returned for successful operations.
412+
`updated`. Other valid values are `noop` and `not_found`.
415413

416414
`_shards`::
417415
(object)

0 commit comments

Comments
 (0)