summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index a510d8f..07d0059 100644
--- a/README
+++ b/README
@@ -145,6 +145,7 @@ with a JSON body like this:
"field": "id",
"pattern": "ID123",
"op": "=="
+ }
]
}
@@ -240,8 +241,8 @@ To search:
Content-Type: application/json
{"cond": [
- {"where":"data", "field":"name", "pattern":"James", "op":">="]
- }
+ {"where":"data", "field":"name", "pattern":"James", "op":">="}
+ ]}
The response: