跳转到主要内容
POST
/
incident
/
comment
评论故障
curl --request POST \
  --url 'https://api.flashcat.cloud/incident/comment?app_key=' \
  --header 'Content-Type: <content-type>' \
  --data '
{
  "incident_ids": [
    "<string>"
  ],
  "comment": "<string>",
  "mute_reply": true
}
'
{
  "error": {
    "code": "<string>",
    "message": "<string>"
  }
}

授权

app_key
string
query
必填

请求头

Content-Type
string
必填

请求体

application/json
incident_ids
string[]
必填

故障ID列表

comment
string
必填

评论内容

Required string length: 1 - 500
mute_reply
boolean

是否关闭回复通知

响应

200 - application/json
error
object

仅出现错误时返回