[REST API] use a block literal for request bodies

This commit is contained in:
Spencer 2016-02-20 12:53:39 -08:00
parent 6c3f6778df
commit a859595dcd
1 changed files with 12 additions and 11 deletions

View File

@ -80,7 +80,8 @@
type: test
id: 1
pipeline: "my_pipeline"
body: {
body: >
{
field_to_rename: "value",
field_to_remove: "old_value",
field_to_lowercase: "LOWERCASE",