What policy/access is controlling /content-manager/collection-types?

System Information
  • Strapi Version:
  • Operating System:
  • Database:
  • Node Version:
  • NPM Version:
  • Yarn Version:

Hello, I have been trying to access the components that are available on a dynamic zone field of one of my models.

I tested this on a new strapi setup and I see in logs that the same api route is used by the admin panel but I can not fetch it even after opening access to it from the roles section.

I looked at the code and I see that controller uses this service:
getService(‘permission-checker’).create({ userAbility, model })

but my admin panel has the permission for that route open to public

Any help or guidance or hint is appericiated