We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66601ad commit 231c192Copy full SHA for 231c192
README.md
@@ -69,21 +69,21 @@ localhost/History/key=<USERKEY>
69
Response:
70
```json
71
{
72
-status: "success",
73
-orders: [
+"status": "success",
+"orders": [
74
75
-id: "1",
76
-movieID: "1",
77
-locationID: "1",
78
-canceled: "true",
79
-userKey: "WO1V3RK3YDCBA4321"
+"id": "1",
+"movieID": "1",
+"locationID": "1",
+"canceled": "true",
+"userKey": "WO1V3RK3YDCBA4321"
80
},
81
82
-id: "2",
83
-movieID: "2",
84
-locationID: "2",
85
86
+"id": "2",
+"movieID": "2",
+"locationID": "2",
87
}
88
]
89
0 commit comments