webinventory_tests/postman/Inventory_API.postman_environment.json
2018-09-10 22:55:13 +03:00

27 lines
620 B
JSON

{
"id": "d4e23e5f-8d9d-4dd4-afdf-f15954e40875",
"name": "Inventory API",
"values": [
{
"key": "url",
"value": "http://127.0.0.1:8000",
"enabled": true,
"type": "text"
},
{
"key": "token",
"value": "efefc75ba5efdebb9b5090662d35ffbc952b11b5b4bd48625fde5c9794af72c2",
"enabled": true,
"type": "text"
},
{
"key": "inv",
"value": "my_inv",
"enabled": true,
"type": "text"
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2018-06-26T13:37:31.232Z",
"_postman_exported_using": "Postman/6.1.3"
}