Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Mar 4, 2024
1 parent 59fe89d commit 49af0ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Volto endpoint

Anonymous users can't access registry resources by default with plone.restapi (there is a special permission).

To avoid enabling registry access to everyone, this package exposes a dedicated restapi route with the infos to draw the menu: *@editable-footer-data*::
To avoid enabling registry access to everyone, this package exposes a dedicated restapi route with the infos to draw the menu: *@footer-columns*::

> curl -i http://localhost:8080/Plone/@editable-footer-data -H 'Accept: application/json'
> curl -i http://localhost:8080/Plone/@footer-columns -H 'Accept: application/json'


The response is something similar to this::
Expand Down

0 comments on commit 49af0ae

Please sign in to comment.