Skip to content

Edit Hub apps from the list

Auto-generated from the source archive. Do not edit by hand — rerun catalyst-changelog-sync instead.

  • The Hub app list now has an Edit action: open a registered app, change its mutable metadata (name, description, url, icon, color, sort), and toggle isActive from the UI.
  • code and applicationId are immutable — the form disables code in edit mode and the backend strips both fields from the update payload regardless of transport.
  • redirectUri is create-only: hidden and not required when editing.

The update pipeline already existed (hubUpdateAppById, guarded by the hub.app.update permission), but the generated module shipped without the edit UI — so you couldn’t activate or deactivate an app, or fix its metadata, without hand-editing. Now an administrator with hub.app.update manages registered apps straight from the list. The edit fetch uses the shared fields fragment, so it never exposes the OAuth secret.


View original proposal