You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
230 B
13 lines
230 B
name: api
|
|
variables:
|
|
var1: value1
|
|
var2: value2
|
|
request:
|
|
url: /api/path/$var1
|
|
method: POST
|
|
headers:
|
|
Content-Type: "application/json"
|
|
json:
|
|
key: $var2
|
|
validate:
|
|
- eq: ["status_code", 200]
|