Function editor
Edit a function's code and settings.
Where: Code → Functions → function · /projects/<project>/code/functions/<functionId> · …/custom/<functionId>/edit
These routes (…/functions/<functionId>, …/functions/custom/<functionId>/edit, and the system-function routes …/functions/system/list and …/functions/system/<functionId>/edit) are defined in the app's route table but no screen is mounted for them in the current build — standalone code functions were removed in the V2 backend. Opening the URLs shows nothing. The Edit Function screen (same form as Create a custom function, plus a copyable cf_… id and a Delete function… action) returns only if the legacy pages are re-modeled onto V2.
Use it from code
API reference
Endpoints: Code.
Last updated