Skip to content

Commit 8c0bb51

Browse files
committed
test for #598
1 parent d3343c6 commit 8c0bb51

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
POST /records/kunsthåndværk
2+
3+
{"id":"b55decba-8eb5-436b-af3e-148f7b4eacda","Umlauts ä_ö_ü-COUNT":4,"user_id":2}
4+
===
5+
200
6+
Content-Type: application/json
7+
Content-Length: 38
8+
9+
"b55decba-8eb5-436b-af3e-148f7b4eacda"
10+
===
11+
GET /records/kunsthåndværk/b55decba-8eb5-436b-af3e-148f7b4eacda
12+
===
13+
200
14+
Content-Type: application/json
15+
Content-Length: 84
16+
17+
{"id":"b55decba-8eb5-436b-af3e-148f7b4eacda","Umlauts ä_ö_ü-COUNT":4,"user_id":1}
18+
===
19+
PUT /records/kunsthåndværk/b55decba-8eb5-436b-af3e-148f7b4eacda
20+
21+
{"id":"b55decba-8eb5-436b-af3e-148f7b4eacda","Umlauts ä_ö_ü-COUNT":3,"invisible":"test"}
22+
===
23+
200
24+
Content-Type: application/json
25+
Content-Length: 1
26+
27+
1
28+
===
29+
GET /records/kunsthåndværk/b55decba-8eb5-436b-af3e-148f7b4eacda
30+
===
31+
200
32+
Content-Type: application/json
33+
Content-Length: 84
34+
35+
{"id":"b55decba-8eb5-436b-af3e-148f7b4eacda","Umlauts ä_ö_ü-COUNT":3,"user_id":1}
36+
===
37+
DELETE /records/kunsthåndværk/b55decba-8eb5-436b-af3e-148f7b4eacda
38+
===
39+
200
40+
Content-Type: application/json
41+
Content-Length: 1
42+
43+
1

0 commit comments

Comments
 (0)