plone.restapi
plone.restapi copied to clipboard
Dexterity control panel endpoint should be renamed
The dexterity control panel call is currently: https://demo.plone.org/++api++/@controlpanels/dexterity-types. Since dexterity is an implementation detail it should not be part of the url. My suggestion: https://demo.plone.org/++api++/@controlpanels/types.
I suggest content-types rather than types.
This is a backwards-incompatible change so we would need to do it step by step:
- Add support for the new name here and in Nick.
- Update Volto to use the new name.
- Deprecate the old name.