Skip to content

Commit 2a7a3e3

Browse files
committed
update
1 parent 75cefde commit 2a7a3e3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/functional/001_records/025_list_example_from_readme_full_record.log

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,11 @@ Content-Type: application/json; charset=utf-8
66
Content-Length: 75
77

88
{"records":[{"id":1,"user_id":1,"category_id":1,"content":"blog started"}]}
9+
===
10+
GET /records/posts?filter=id%2Ceq%2C1
11+
===
12+
200
13+
Content-Type: application/json; charset=utf-8
14+
Content-Length: 75
15+
16+
{"records":[{"id":1,"user_id":1,"category_id":1,"content":"blog started"}]}

0 commit comments

Comments
 (0)