Skip to content

Commit 981e2af

Browse files
Missing body in doc
1 parent 55987c7 commit 981e2af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ This is useful when you have asynchronous API and allows waiting before calling
292292
|**step_type** | `request`
293293
|**url** | URL of your endpoint
294294
|**method** | HTTP verb of your request _(GET, POST, PUT, DELETE, OPTIONS, PATCH)_
295+
|**body** | A string with the body of the request
295296
|**variables** | Array of variables to extract from the response _([see Using Variables to Pass Data Between Steps for details](#))_
296297
|**headers** | Object who contains all the headers attach to the request _([see how to add headers](#headers))_
297298
|**assertions** | Array of assertions, this is the acceptance tests _([see how to create assertion tests](#assertions))_

0 commit comments

Comments
 (0)