I'm trying to access @controlpanels/dexterity-types
via Plone REST-API
without success.
Now I've found the following in the documentation:
Dexterity Content Types require the
plone.schemaeditor.ManageSchemata
permission.
How can I set the Plone.schemaeditor.ManageSchemata
permission?
I've tried to check the permissions for the user under http://127.0.0.1:8080/Plone/manage_changePermissions
. But I still can't access the @controlpanels/dexterity-types
.
$ curl \
-i \
-X GET \
http://localhost:8080/Plone/@controlpanels/dexterity-types \
-H "Accept: application/json" \
--user username:secret
HTTP/1.1 404 Not Found
Content-Length: 4
Content-Type: application/json
Date: Tue, 25 Jan 2022 18:26:55 GMT
Server: waitress
Via: waitress
X-Frame-Options: SAMEORIGIN
X-Powered-By: Zope (www.zope.org), Python (www.python.org)
null
I'm using Plone 5.2.6
with Python 3.9
on debian 11
. Installed with the UnifiedInstaller