Skip to content

Commit ad47c7b

Browse files
committed
update webhook docs
1 parent 0b31407 commit ad47c7b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

flashduty/en/1. On-call/8. Integrations/8.5 Webhooks/8.5.2 Incident webhook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ acknowledged_at | int64| No | Acknowledgment time
9898
| fields | map[string]interface{} | No | Custom field key-value pairs, Key is string, Value can be any type depending on field type |
9999
| creator | [Person](#Person) | No | Creator information, exists only for manually created incidents |
100100
| closer | [Person](#Person) | No | Closer information, exists only for manually closed incidents |
101-
| responders | [][Responder](#Responder) | No | List of responder information |
101+
| responders | [][Responder](#Responder) | No | List of responder information, only exists after the incident is assigned. For i_new events, this value may be empty |
102102
| alert_cnt | int64 | No | Number of associated alerts |
103103
| channel_id | int64 | No | Channel ID, 0 means not belonging to any channel |
104104
| channel_name | string | No | Channel name |

flashduty/zh/1. On-call/5. 集成引导/8.5 Webhooks/8.5.2 故障 webhook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ acknowledged_at | int64| 否 | 认领时间
9898
| fields | map[string]interface{} || 自定义字段 KV,Key 为字符串,Value 可能为任意类型,取决于字段类型|
9999
| creator | [Person](#Person) || 创建人员信息,仅手动创建故障时存在 |
100100
| closer | [Person](#Person) || 关闭人员信息,仅手动关闭故障时存在 |
101-
| responders | [][Responder](#Responder) || 处理人员信息列表 |
101+
| responders | [][Responder](#Responder) || 处理人员信息列表,仅故障被分派后存在。对于i_new事件,此值可能为空 |
102102
| alert_cnt | int64 || 关联告警个数 |
103103
| channel_id | int64 || 协作空间ID,为0代表不属于任何空间 |
104104
| channel_name | string || 协作空间名称 |

0 commit comments

Comments
 (0)