From 15f8630b00556ab64b6ee0b7f6632913e4bc429d Mon Sep 17 00:00:00 2001 From: Wathanyu Phromma Date: Sun, 20 Mar 2022 19:01:47 +0700 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4e2b503..c699733 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,8 @@ jobs: url: https://reqres.in/api/users method: "POST" accept: 201 + # you can use multiline format to constrct json data object, the content should be yml format. + # this format apply to inputs: body, headers and params body: | name: breeze job: devops