fix table name in example

This commit is contained in:
Asim Aslam
2021-12-01 15:05:27 +00:00
parent 522125ae13
commit 0efaee0958

View File

@@ -4,7 +4,7 @@
"title": "Create a record",
"run_check": true,
"request": {
"table": "people",
"table": "example",
"record": {
"id": "1",
"name": "Jane",