Skip to content

Commit 4e740cc

Browse files
committed
Move default returned response to the end of example responses.
1 parent 7cfaf96 commit 4e740cc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

get_users.con.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
"path": "/users"
55
},
66
"responses": [
7-
{
8-
"response": {
9-
"body_path": "/users/get_users.json"
10-
}
11-
},
127
{
138
"request": {
149
"params": {
@@ -28,6 +23,11 @@
2823
"response": {
2924
"body_path": "/users/get_users.xml"
3025
}
26+
},
27+
{
28+
"response": {
29+
"body_path": "/users/get_users.json"
30+
}
3131
}
3232
]
33-
}
33+
}

0 commit comments

Comments
 (0)