mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
[REST API] use a block literal for request bodies
This commit is contained in:
parent
6c3f6778df
commit
a859595dcd
@ -80,7 +80,8 @@
|
|||||||
type: test
|
type: test
|
||||||
id: 1
|
id: 1
|
||||||
pipeline: "my_pipeline"
|
pipeline: "my_pipeline"
|
||||||
body: {
|
body: >
|
||||||
|
{
|
||||||
field_to_rename: "value",
|
field_to_rename: "value",
|
||||||
field_to_remove: "old_value",
|
field_to_remove: "old_value",
|
||||||
field_to_lowercase: "LOWERCASE",
|
field_to_lowercase: "LOWERCASE",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user