From 31847c1e9da0de5c0c0becf0825a2f272c4e31eb Mon Sep 17 00:00:00 2001 From: Spencer Date: Sat, 20 Feb 2016 12:55:23 -0800 Subject: [PATCH] [REST API] use a block literal for request bodies --- .../resources/rest-api-spec/test/ingest/80_foreach.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/ingest/80_foreach.yaml b/rest-api-spec/src/main/resources/rest-api-spec/test/ingest/80_foreach.yaml index 09ef359a8c9..a26681152df 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/ingest/80_foreach.yaml +++ b/rest-api-spec/src/main/resources/rest-api-spec/test/ingest/80_foreach.yaml @@ -29,9 +29,10 @@ type: test id: 1 pipeline: "my_pipeline" - body: { - values: ["foo", "bar", "baz"] - } + body: > + { + values: ["foo", "bar", "baz"] + } - do: get: