We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca6e2b commit ab04ddfCopy full SHA for ab04ddf
tests/functional/001_records/069_increment_event_visitors.log
@@ -14,6 +14,16 @@ PATCH /records/events/1
14
Content-Type: application/json
15
Content-Length: 1
16
17
+1
18
+===
19
+PATCH /records/events/1
20
+
21
+{"visitors":1}
22
23
+200
24
+Content-Type: application/json
25
+Content-Length: 1
26
27
1
28
===
29
PATCH /records/events/1,1
@@ -32,11 +42,11 @@ GET /records/events/1?columns=visitors
32
42
33
43
Content-Length: 14
34
44
35
-{"visitors":3}
45
+{"visitors":4}
36
46
37
47
PATCH /records/events/1
38
48
39
-{"visitors":-3}
49
+{"visitors":-4}
40
50
41
51
200
52
0 commit comments