@@ -77,6 +77,7 @@ Create a template
7777- ` --wecom ` string — WeCom robot message template source.
7878- ` --wecom-app ` string — WeCom app message template source.
7979- ` --zoom ` string — Zoom bot message template source.
80+ - body-only (` --data ` ): incident_card_hidden_fields (object)
8081- response: single object (` data ` unwrapped to the top level) — fields: template_id (string); template_name (string)
8182
8283### delete <template-id >
@@ -90,7 +91,7 @@ List available template functions
9091### get-preset
9192Get the preset template for a channel
9293- ` --channel ` string
93- - response: single object (` data ` unwrapped to the top level) — fields: account_id (integer); created_at (integer); creator_id (integer); deleted_at (integer); description (string); dingtalk (string); dingtalk_app (string); email (string); feishu (string); feishu_app (string); feishu_app_card_table_enabled (boolean); slack (string); slack_app (string); sms (string); status (string); team_id (integer); teams_app (string); telegram (string); template_id (string); template_name (string); updated_at (integer); updated_by (integer); voice (string); wecom (string); wecom_app (string); zoom (string)
94+ - response: single object (` data ` unwrapped to the top level) — fields: account_id (integer); created_at (integer); creator_id (integer); deleted_at (integer); description (string); dingtalk (string); dingtalk_app (string); email (string); feishu (string); feishu_app (string); feishu_app_card_table_enabled (boolean); incident_card_hidden_fields (object); slack (string); slack_app (string); sms (string); status (string); team_id (integer); teams_app (string); telegram (string); template_id (string); template_name (string); updated_at (integer); updated_by (integer); voice (string); wecom (string); wecom_app (string); zoom (string)
9495
9596### info <template-id >
9697Get template detail
@@ -108,7 +109,7 @@ List templates
108109- ` --query ` string — Regex or substring match on template_name.
109110- ` --search-after-ctx ` string
110111- ` --team-ids ` intSlice — Filter by specific team IDs.
111- - response: ` {items: [...], has_next_page, total} ` page wrapper — pipe ` --json | jq '.items[]' ` (NOT top-level ` .[] ` ) — items fields: account_id (integer); created_at (integer); creator_id (integer); deleted_at (integer); description (string); dingtalk (string); dingtalk_app (string); email (string); feishu (string); feishu_app (string); feishu_app_card_table_enabled (boolean); slack (string); slack_app (string); sms (string); status (string); team_id (integer); teams_app (string); telegram (string); template_id (string); template_name (string); updated_at (integer); updated_by (integer); voice (string); wecom (string); wecom_app (string); zoom (string)
112+ - response: ` {items: [...], has_next_page, total} ` page wrapper — pipe ` --json | jq '.items[]' ` (NOT top-level ` .[] ` ) — items fields: account_id (integer); created_at (integer); creator_id (integer); deleted_at (integer); description (string); dingtalk (string); dingtalk_app (string); email (string); feishu (string); feishu_app (string); feishu_app_card_table_enabled (boolean); incident_card_hidden_fields (object); slack (string); slack_app (string); sms (string); status (string); team_id (integer); teams_app (string); telegram (string); template_id (string); template_name (string); updated_at (integer); updated_by (integer); voice (string); wecom (string); wecom_app (string); zoom (string)
112113
113114### preview
114115Preview template
@@ -139,6 +140,7 @@ Update a template
139140- ` --wecom ` string — WeCom robot message template source.
140141- ` --wecom-app ` string — WeCom app message template source.
141142- ` --zoom ` string — Zoom bot message template source.
143+ - body-only (` --data ` ): incident_card_hidden_fields (object)
142144
143145### validate
144146Validate and preview a template
0 commit comments