Attach Runbooks
POST {{baseUrl}}/incidents/:IncidentId/runbooks
- This endpoint is used to attach runbooks.
- Requires
access_token
as aBearer {{token}}
in theAuthorization
header.
Request Body
{"runbooks"=>["63319f203a75d5fa2fbd20d8"]}
RESPONSES
status: Created
{"data":[{"id":"63f8a6105963f4126a15d40b","incident_id":"63f2fdebf1ac40f72a2b75a5","runbook_id":"63319f203a75d5fa2fbe20e8","name":"Default Incident Response","steps":[{"content":"1. Look at the notification and acknowlege the incident.\n\n2. Take action.\n\n3. Resolve the incident,","completed":false,"completed_at":"0001-01-01T00:00:00Z"}]}]}