Fix postman collection

This commit is contained in:
Christian Georgi
2019-10-25 17:18:09 +02:00
parent 2783197f1c
commit b9269ad437

View File

@@ -20,7 +20,7 @@
"raw": "{ \"ID\":0, \"name\":\"Some Sample Categories...\", \"children\":[\n { \"ID\":1, \"name\":\"Cat\", \"children\":[\n { \"ID\":2, \"name\":\"Kitty\", \"children\":[\n { \"ID\":3, \"name\":\"Kitty Cat\", \"children\":[\n { \"ID\":4, \"name\":\"Aristocat\" }\n ]},\n { \"ID\":5, \"name\":\"Kitty Bat\" }\n ]},\n { \"ID\":6, \"name\":\"Catwoman\", \"children\":[\n { \"ID\":7, \"name\":\"Catalina\" }\n ]}\n ] },\n { \"ID\":8, \"name\":\"Catweazle\" }\n]}\n" "raw": "{ \"ID\":0, \"name\":\"Some Sample Categories...\", \"children\":[\n { \"ID\":1, \"name\":\"Cat\", \"children\":[\n { \"ID\":2, \"name\":\"Kitty\", \"children\":[\n { \"ID\":3, \"name\":\"Kitty Cat\", \"children\":[\n { \"ID\":4, \"name\":\"Aristocat\" }\n ]},\n { \"ID\":5, \"name\":\"Kitty Bat\" }\n ]},\n { \"ID\":6, \"name\":\"Catwoman\", \"children\":[\n { \"ID\":7, \"name\":\"Catalina\" }\n ]}\n ] },\n { \"ID\":8, \"name\":\"Catweazle\" }\n]}\n"
}, },
"url": { "url": {
"raw": "http://localhost:4004/admin/cats", "raw": "http://localhost:4004/admin/Categories",
"protocol": "http", "protocol": "http",
"host": [ "host": [
"localhost" "localhost"
@@ -28,7 +28,7 @@
"port": "4004", "port": "4004",
"path": [ "path": [
"admin", "admin",
"cats" "Categories"
] ]
} }
}, },
@@ -44,7 +44,7 @@
"raw": "" "raw": ""
}, },
"url": { "url": {
"raw": "http://localhost:4004/admin/cats/0?$expand=children($expand=children($expand=children($expand=children)))", "raw": "http://localhost:4004/admin/Categories/0?$expand=children($expand=children($expand=children($expand=children)))",
"protocol": "http", "protocol": "http",
"host": [ "host": [
"localhost" "localhost"
@@ -52,7 +52,7 @@
"port": "4004", "port": "4004",
"path": [ "path": [
"admin", "admin",
"cats", "Categories",
"0" "0"
], ],
"query": [ "query": [
@@ -74,7 +74,7 @@
"raw": "" "raw": ""
}, },
"url": { "url": {
"raw": "http://localhost:4004/admin/cats/0?$expand=children($expand=children($expand=children($expand=children)))", "raw": "http://localhost:4004/admin/Categories/0?$expand=children($expand=children($expand=children($expand=children)))",
"protocol": "http", "protocol": "http",
"host": [ "host": [
"localhost" "localhost"
@@ -82,7 +82,7 @@
"port": "4004", "port": "4004",
"path": [ "path": [
"admin", "admin",
"cats", "Categories",
"0" "0"
], ],
"query": [ "query": [
@@ -137,7 +137,7 @@
"raw": "" "raw": ""
}, },
"url": { "url": {
"raw": "http://localhost:4004/admin/cats/0", "raw": "http://localhost:4004/admin/Categories/0",
"protocol": "http", "protocol": "http",
"host": [ "host": [
"localhost" "localhost"
@@ -145,7 +145,7 @@
"port": "4004", "port": "4004",
"path": [ "path": [
"admin", "admin",
"cats", "Categories",
"0" "0"
] ]
} }