You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds external link to 'Update a document API' (#4657)
* Adds external link to Update a document API and removes request examples
* Restore UpdateRequest example YAML files 2–11
---------
Co-authored-by: Quentin Pradet <[email protected]>
(cherry picked from commit 1a02bf3)
Copy file name to clipboardExpand all lines: specification/_global/update/UpdateRequest.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,11 +55,13 @@ import {
55
55
*
56
56
* The `_source` field must be enabled to use this API.
57
57
* In addition to `_source`, you can access the following variables through the `ctx` map: `_index`, `_type`, `_id`, `_version`, `_routing`, and `_now` (the current timestamp).
58
+
* For usage examples such as partial updates, upserts, and scripted updates, see the External documentation.
0 commit comments