Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Kilkelly committed Oct 31, 2015
1 parent 7e1a722 commit cd9e00f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ This document is auto-generated from the core `bedquilt` source code, and descri
Add a set of constraints to the collection.
The supplied json document should be in the form {field: constraint_spec},
for example:
{"age": {"$required": 1,
"$notnull": 1,
{"age": {"$required": true,
"$notnull": true,
"$type": "number"}}
Valid constraints are: $required, $notnull and $type.
- {$required: 1} : the field must be present in all documents
Expand Down

0 comments on commit cd9e00f

Please sign in to comment.