plone.restapi icon indicating copy to clipboard operation
plone.restapi copied to clipboard

Dexterity control panel endpoint should be renamed

Open robgietema opened this issue 7 months ago • 1 comments

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.

robgietema avatar May 29 '25 11:05 robgietema

I suggest content-types rather than types.

This is a backwards-incompatible change so we would need to do it step by step:

  1. Add support for the new name here and in Nick.
  2. Update Volto to use the new name.
  3. Deprecate the old name.

davisagli avatar Jun 16 '25 23:06 davisagli