Skip to content

Commit 8423d9a

Browse files
committed
Update users.con.json
1 parent df39170 commit 8423d9a

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

users.con.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,27 @@
1717
}
1818
]
1919
},
20+
{
21+
"request": {
22+
"http_method": "get",
23+
"path": "/users"
24+
},
25+
"responses": [
26+
{
27+
"request": {
28+
"headers": {
29+
"Content-Type": "application/json"
30+
},
31+
"params": {
32+
"search": "Albert"
33+
}
34+
},
35+
"response": {
36+
"body_path": "/users_from_search.json"
37+
}
38+
}
39+
]
40+
},
2041
{
2142
"request": {
2243
"http_method": "get",
@@ -51,4 +72,4 @@
5172
}
5273
]
5374
}
54-
]
75+
]

0 commit comments

Comments
 (0)