Skip to content

Commit d468e5f

Browse files
author
ysyneu
committed
docs(skilldoc): regenerate incident and template fences
The go-flashduty bump in this branch added a notification-template field and two response shapes that the command cards never picked up, so `skilldoc check` failed on stale fences. Regenerate them from the command tree.
1 parent 09607ff commit d468e5f

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

skills/flashduty/reference/incident.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ Reset post-mortem content
250250
- `--idempotency-key` string (required) — Non-blank key for safely retrying this exact reset request. (1-128 chars)
251251
- `--markdown` string (required) — Replacement Markdown content. Limited to 4 MiB.
252252
- `<post-mortem-id>` (positional, required) string — Post-mortem ID to reset.
253+
- response: single object (`data` unwrapped to the top level) — fields: generation (integer); markdown_bytes (integer); markdown_sha256 (string); post_mortem_id (string); previous_generation (integer); previous_revision (integer); revision (integer)
253254

254255
### post-mortem-delete <post-mortem-id>
255256
Delete post-mortem
@@ -374,6 +375,7 @@ Get ServiceDeskPlus linked incidents
374375
- `--search-after-ctx` string — Cursor returned by the previous page.
375376
- `--start-time` string — Window start, Unix seconds. Optional when 'incident_id' is provided. (min 0) Accepts a duration (7d, 24h), '+7d' for the future, 'now', a date, or Unix seconds.
376377
- `--status` string — Synchronization status filter. · enum: success | failed
378+
- response: `{items: [...]}` page wrapper — pipe `--json | jq '.items[]'` (NOT top-level `.[]`) — fields: channel_id (integer); channel_name (string); created_at (integer); error_message (string); incident_id (string); incident_title (string); integration_id (integer); request_id (string); request_link (string); status (string)
377379

378380
### similar <id>
379381
Find similar incidents

skills/flashduty/reference/template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ List available template functions
9090
### get-preset
9191
Get the preset template for a channel
9292
- `--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); 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)
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)
9494

9595
### info <template-id>
9696
Get template detail
9797
- `<template-id>` (positional, required) string — Target template ID. Pass '000000000000000000000001' to address the built-in preset.
98-
- 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); 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)
98+
- 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)
9999

100100
### list
101101
List templates
@@ -108,7 +108,7 @@ List templates
108108
- `--query` string — Regex or substring match on template_name.
109109
- `--search-after-ctx` string
110110
- `--team-ids` intSlice — Filter by specific team IDs.
111-
- response: `{items: [...]}` page wrapper — pipe `--json | jq '.items[]'` (NOT 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); 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)
111+
- response: `{items: [...]}` page wrapper — pipe `--json | jq '.items[]'` (NOT 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)
112112

113113
### preview
114114
Preview template

0 commit comments

Comments
 (0)