Updated docs.
h3rald h3rald@h3rald.com
Mon, 13 Jan 2020 17:28:46 +0100
2 files changed,
8 insertions(+),
1 deletions(-)
M
src/admin/md/api_indexes.md
→
src/admin/md/api_indexes.md
@@ -95,7 +95,7 @@ ]
} ``` -#### GET index/:id +#### GET indexes/:id Retrieves the specified index and corresponding JSON field.@@ -117,6 +117,10 @@
#### PUT indexes/:id Creates a new index with the specified ID. + +Note that: +* Index IDs can only contain letters, numbers, and underscores. +* Index fields must be valid paths to JSON fields. > %warning% > No updates