[REST API] use a block literal for request bodies
This commit is contained in:
parent
a859595dcd
commit
31847c1e9d
|
@ -29,7 +29,8 @@
|
||||||
type: test
|
type: test
|
||||||
id: 1
|
id: 1
|
||||||
pipeline: "my_pipeline"
|
pipeline: "my_pipeline"
|
||||||
body: {
|
body: >
|
||||||
|
{
|
||||||
values: ["foo", "bar", "baz"]
|
values: ["foo", "bar", "baz"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue