Browse Source

[DOCS] Reword admon for index API and data streams

James Rodewig 5 years ago
parent
commit
66bcc556ee
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/data-streams/use-a-data-stream.asciidoc

+ 2 - 2
docs/reference/data-streams/use-a-data-stream.asciidoc

@@ -70,8 +70,8 @@ POST /logs/_doc/
 ====
 
 IMPORTANT: You cannot add new documents to a data stream using the index API's
-`PUT /<target>/_doc/<_id>` request format. Use the `PUT /<target>/_create/<_id>`
-format instead.
+`PUT /<target>/_doc/<_id>` request format. To specify a document ID, use the
+`PUT /<target>/_create/<_id>` format instead.
 --
 
 * A <<docs-bulk,bulk API>> request using the `create` action. Specify the data