Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note that Entries plugin requires 'index' Page #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
* `-method get` is the equivalent of an HTTP GET