Removed HastyScribe-specific markup.
h3rald h3rald@h3rald.com
Sat, 22 Sep 2018 22:39:39 +0200
1 files changed,
8 insertions(+),
11 deletions(-)
jump to
M
src/admin/md/api_docs.md
→
src/admin/md/api_docs.md
@@ -1,12 +1,3 @@
-{{v3-option => -> %note% -> API v3 Required -> -> This query string option has been introduced in version 3 of the LiteStore API. - -}} - - ### docs (LiteStore Documents) A document is the main resource type managed by LiteStore. Any LiteStore document can be represented as a JSON object exposing the following properties:@@ -212,7 +203,10 @@ Example: http://127.0.0.1:9500/docs/?tags=tag1,tag2
##### `filter` option -{{v3-option}} +> %note% +> API v3 Required +> +> This query string option has been introduced in version 3 of the LiteStore API. Retrieve only JSON documents matching the specified filter expression.@@ -236,7 +230,10 @@ * http://127.0.0.1:9500/docs/?filter=$.name.first&20eq%20"Jack"%20or%20$.fav\_food[0]%20eq%20"pizza"
##### `select` option -{{v3-option}} +> %note% +> API v3 Required +> +> This query string option has been introduced in version 3 of the LiteStore API. Retrieve JSON documents containing only the specified fields. Fields must be specified by comma-separated path/alias expression.