diff --git a/README.markdown b/README.markdown index 66e1514..17e36f8 100644 --- a/README.markdown +++ b/README.markdown @@ -82,6 +82,8 @@ Incomplete documentation. Eventually similar documentation to Section Schemas ex The Entries plugin provides the same functionality of data sources (read entries) and events (create and update entries). +Please note, this plugin assumes your Symphony installation has at least a Page assigned the type index. + To **list entries** from a section: /symphony/api/entries/:section_handle @@ -227,4 +229,4 @@ An explanation of the above: * `rest_api request` is saying use the `request` script from the `rest_api` extension * `-path the/path/here` passes the REST URL as if you were using the REST API via HTTP * `-format json` is the equivalent of `?format=json` -* `-method get` is the equivalent of an HTTP GET \ No newline at end of file +* `-method get` is the equivalent of an HTTP GET