インシデント解決
PUT /api/v1/incidents/{id}/resolve
PUT
/api/v1/incidents/{id}/resolve
インシデントを解決済みにする。write スコープが必要。 既に resolved のインシデントは変更不可。cause を任意で設定可能。
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Request Body
Section titled “Request Body ”object
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 済みのインシデント
object
error
object
code
string
Example
VALIDATION_ERROR message
string
Example
Invalid request body status
integer
Example
400未認証
object
error
object
code
string
Example
VALIDATION_ERROR message
string
Example
Invalid request body status
integer
Example
400インシデントが見つからない
object
error
object
code
string
Example
VALIDATION_ERROR message
string
Example
Invalid request body status
integer
Example
400