Update General Settings
kintone-update-general-settingsUpdate general settings of a kintone app (name, description, icon, theme, etc.) in the pre-live environment, then deploy to apply changes to production.
Instructions
Update the general settings of a kintone app. Changes are made to the pre-live environment, which is a temporary storage area where app information is saved before deployment. To reflect changes to the production environment, execute the kintone-deploy-app tool after this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | The ID of the app to update (numeric value as string) | |
| name | No | The app name (1-64 characters) | |
| description | No | The app description (up to 10,000 characters) | |
| icon | No | The app icon configuration | |
| theme | No | The design theme | |
| titleField | No | The record title field settings | |
| enableThumbnails | No | Whether to enable thumbnail display | |
| enableComments | No | Whether to enable record comments | |
| enableBulkDeletion | No | Whether to enable bulk deletion of records | |
| enableDuplicateRecord | No | Whether to enable the reuse record feature | |
| enableInlineRecordEditing | No | Whether to enable inline editing in record list | |
| numberPrecision | No | The numeric calculation precision settings | |
| firstMonthOfFiscalYear | No | The first month of the fiscal year (1-12) | |
| revision | No | Expected revision number for optimistic locking |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| revision | Yes | The revision number after the update |