インシデント更新
PUT /dashboard/incidents/{id}
PUT
/dashboard/incidents/{id}
インシデントの title / cause を更新する。member 以上のロールが必要。 resolved 済みのインシデントは更新不可。少なくとも1つのフィールドが必要。
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Request Body required
Section titled “Request Body required ”object
title
string
cause
string
Responses
Section titled “ Responses ”更新成功
object
incident
object
id
string
monitorId
string | null
teamId
string
type
string
status
string
title
string | null
startedAt
string format: date-time
resolvedAt
string | null format: date-time
cause
string | null
createdAt
string format: date-time
バリデーションエラー / resolved 済み
インシデントが見つからない