update_app
Update the current app's metadata, navigation, theme, or position settings to rename, restyle, or reconfigure the layout.
Instructions
Update the current application's surface metadata and settings. name/icon/color
rename or restyle. navigation patches applicationDetail.navigationSetting (e.g.
{"showNavbar": true, "orientation": "side", "navStyle": "sidebar", "colorStyle": "light", "showSignIn": true}). theme_settings patches the app-wide sizing/density
overrides (e.g. {"sizing": 1.0, "density": 1.0, "appMaxWidth": "LARGE"}).
positioning patches the layout system (e.g. {"type": "FIXED"}). app_id defaults
to the currently open application.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | ||
| name | No | ||
| color | No | ||
| app_id | No | ||
| navigation | No | ||
| positioning | No | ||
| theme_settings | No |