From 0efaee09585ebfd7b1e1ec0e1d3d179be3ca5223 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 1 Dec 2021 15:05:27 +0000 Subject: [PATCH] fix table name in example --- db/examples.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/examples.json b/db/examples.json index afc2429..436609e 100644 --- a/db/examples.json +++ b/db/examples.json @@ -4,7 +4,7 @@ "title": "Create a record", "run_check": true, "request": { - "table": "people", + "table": "example", "record": { "id": "1", "name": "Jane",