Skip to content

Commit b8f4adc

Browse files
committed
Update return examples
1 parent ce46de4 commit b8f4adc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ curl --request POST \
3636
{
3737
"success": true,
3838
"data": {
39-
"Columns": [
39+
"columns": [
4040
"ID"
4141
],
42-
"Rows": [
42+
"rows": [
4343
[
4444
"1"
4545
]
@@ -53,7 +53,7 @@ If there is an error, it will return an error message.
5353
```json
5454
{
5555
"success": false,
56-
"message": "query error: SQL logic error: no such table: de1v (1)",
56+
"message": "SQL logic error: near \"%\": syntax error (1)",
5757
"code": "QUERY_ERROR"
5858
}
5959
```

0 commit comments

Comments
 (0)