Enabling users to add new field to a collection type by API

Hi @Patrick_Lee, somethoughts…

  1. Your custom endpoint can interact with the database using the entity service, or the lower level query api.

  2. Strapi makes available a REST API for all your data by default, as well as the admin UI plugin API so its up to you. The admin UI gives you a lot for free vs building a web UI.