[REST API] use a block literal for request bodies

This commit is contained in:
Spencer 2016-02-20 12:55:23 -08:00
parent a859595dcd
commit 31847c1e9d
1 changed files with 4 additions and 3 deletions

View File

@ -29,9 +29,10 @@
type: test
id: 1
pipeline: "my_pipeline"
body: {
values: ["foo", "bar", "baz"]
}
body: >
{
values: ["foo", "bar", "baz"]
}
- do:
get: