-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBeta.postman_environment.json
More file actions
57 lines (57 loc) · 991 Bytes
/
Beta.postman_environment.json
File metadata and controls
57 lines (57 loc) · 991 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"id": "2c30cd38-0332-46e3-a149-ef2839742d25",
"name": "Beta",
"values": [
{
"key": "URL",
"value": "https://restful-booker.herokuapp.com",
"type": "default",
"enabled": true
},
{
"key": "Username",
"value": "admin",
"type": "default",
"enabled": true
},
{
"key": "Password",
"value": "password123",
"type": "default",
"enabled": true
},
{
"key": "Token",
"value": "",
"type": "default",
"enabled": true
},
{
"key": "InvalidUsername",
"value": "",
"type": "default",
"enabled": true
},
{
"key": "InvalidPassword",
"value": "",
"type": "default",
"enabled": true
},
{
"key": "ID",
"value": "2",
"type": "default",
"enabled": true
},
{
"key": "Invalid_ID",
"value": "\"200\"",
"type": "default",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2023-11-23T18:21:13.230Z",
"_postman_exported_using": "Postman/10.20.3"
}