Hi!
- Please tell me how to redefine\override the Controller\Service for this type of endpoint “/content-manager/collection-types/application::document.document” ( endpoint for editing an entity from the admin panel ) ?
- Is it possible to forcibly return a response from the hook (for example, in the hook, already handle the error and return a 400 response).
As I understand it, the input parameter is only “data”. How to return ctx? - How to correctly implement something like a Guard for an endpoint?
Thanks.