update_app_actions
Modify action settings in Kintone apps to control execution conditions, field mappings, and user permissions for workflow automation.
Instructions
kintoneアプリのアクション設定を更新します。各アクションにはfilterCondプロパティを指定して実行条件を設定できます。例: {"actions": {"アクション名": {"name": "アクション名", "index": "0", "filterCond": "Status = "対応中"", ...}}}
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | kintoneアプリのID | |
| actions | Yes | アクション設定。アクション名をキーとして設定を指定 | |
| revision | No | 更新前のリビジョン番号(省略時は最新) |