Add Additional Responders
PUT {{baseUrl}}/incidents/:incidentID/additional-responders
This endpoint is used to add additional responders to an Incident.
Requires
access_token
as aBearer {{token}}
in theAuthorization
header.
Request Body
{"additional_responders"=>[{"id"=>"632a9ff0585f3e1fc98d5057", "type"=>"user"}, {"id"=>"6595044d8936c6affab2707c", "type"=>"user"}, {"id"=>"658e8067d0351fea1abab64a", "type"=>"squad"}]}
RESPONSES
status: OK
{"data":{"additional_responders":[{"id":"632a9ff0585f3e1fc98d5057","type":"user","name":"Saurav Kumar","time_of_assignment":"2024-03-04T04:12:01.118Z"},{"id":"658e8067d0351fea1abab64a","type":"squad","name":"test squad","time_of_assignment":"2024-03-04T05:03:43.394Z"}]}}