DeployApps
Deploys pending app updates so schema changes, permissions, and settings become active in the production environment.
Stored Procedure Specific Information
Kintone allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison.
To deploy one or more apps, provide a single app ID or a comma-separated list of app IDs.
EXECUTE DeployApps AppId = '1'; EXECUTE DeployApps AppId = '1,2,3'; EXECUTE DeployApps AppId = '1,2,3', Revision = '5,10,15', Revert=true;
Input
| Name | Type | Required | Description |
| AppId | String | True | Specifies one or more app IDs to deploy, allowing a single value or a comma-separated list of IDs. |
| Revision | String | False | Specifies one or more revision numbers to deploy, allowing a single value or a comma-separated list. The request fails if the provided revision does not match the latest operational configuration. |
| Revert | Boolean | False | Indicates whether to cancel pending application-setting changes by setting this value to 'true'.
The default value is false. |
| GuestSpaceId | String | False | Identifies the guest space that contains the apps, and should not be provided when the connection property GuestSpaceId is already set in the connection string. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the operation completed successfully by returning a Boolean value. |