Update Communication Card

PUT {{baseUrl}}/incidents/:IncidentId/communication_cards/:communicationCardId

Request Body

{"title"=>"abc", "type"=>"other", "url"=>"https://staus.squadcastttt.com"}

RESPONSES

status: OK

{"data":{"created_at":"2022-07-19T07:47:41.865735Z","updated_at":"2022-07-19T08:00:21.627070596Z","deleted_at":null,"id":61,"incident_id":"62b31f0ec9fb2e00076b7f1c","url":"https://staus.squadcastttt.com","type":"other","title":"abc","channel_id":"","archived_at":null}}