[DOCS] Updates {data-source} in REST APIs (#121240)

* [DOCS] Updates {data-source} in REST APIs

* Update docs/api/saved-objects/bulk_get.asciidoc

Co-authored-by: Matthew Kime <matt@mattki.me>

Co-authored-by: Matthew Kime <matt@mattki.me>
This commit is contained in:
Kaarina Tungseth 2021-12-15 12:50:06 -06:00 committed by GitHub
parent 04cd3af681
commit 014d3ddc85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 27 additions and 27 deletions

View file

@ -99,7 +99,7 @@ to the <<saved-objects-api-resolve-import-errors-example, examples>>.
This example builds upon the <<saved-objects-api-import-example-3,Import objects API example with conflict errors>>.
Resolve conflict errors for an index pattern, visualization, and *Canvas* workpad by overwriting the existing saved objects:
Resolve conflict errors for {a-data-source}, visualization, and *Canvas* workpad by overwriting the existing saved objects:
[source,sh]
--------------------------------------------------
@ -173,7 +173,7 @@ that were returned in the `successResults` array. In this example, we retried im
This example builds upon the <<saved-objects-api-import-example-4,Import objects API example with missing reference errors>>.
Resolve a missing reference error for a visualization by replacing the index pattern with another, and resolve a missing reference error for
Resolve a missing reference error for a visualization by replacing the {data-source} with another, and resolve a missing reference error for
a search by ignoring it:
[source,sh]