mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
[REST API] use a block literal for request bodies
This commit is contained in:
parent
a859595dcd
commit
31847c1e9d
@ -29,9 +29,10 @@
|
||||
type: test
|
||||
id: 1
|
||||
pipeline: "my_pipeline"
|
||||
body: {
|
||||
values: ["foo", "bar", "baz"]
|
||||
}
|
||||
body: >
|
||||
{
|
||||
values: ["foo", "bar", "baz"]
|
||||
}
|
||||
|
||||
- do:
|
||||
get:
|
||||
|
Loading…
x
Reference in New Issue
Block a user