Edit Hub apps from the list
Auto-generated from the source archive. Do not edit by hand — rerun
catalyst-changelog-syncinstead.
What changed
Section titled “What changed”- 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
isActivefrom the UI. codeandapplicationIdare immutable — the form disablescodein edit mode and the backend strips both fields from the update payload regardless of transport.redirectUriis create-only: hidden and not required when editing.
Why it matters
Section titled “Why it matters”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.