Api_Action Server Event removed? (v2026)

Hi everyone,

I was reading the new documentation for the latest version of PHPMaker, and I noticed in the Server Events… that the Api_Action event is no longer there, along with several other events. But in particular this one - I have several projects made in the last version of PHPMaker 2025, and I use the Api_Action event quite a bit. If I migrate everything to the new version, where will everything I had in that event be? And where could I add new ones?

Thanks.

Api_Action server event in old projects will be converted to the custom file called ApiActionController.

Route_Action server event is replaced by RouteActionController.

Read Migrating to v2026Route/API Action Server Events Replaced by Route/API Action Controllers.

Thank you very much for the answer