bayesline.api.IncidentsServiceApi.submit_incident# abstract IncidentsServiceApi.submit_incident(incident_id: str, source: str, body: dict[str, Any]) → IncidentSummaryItem# Submits an incident with the given ID and source. Parameters# incident_idstrThe ID of the incident. Cannot contain any of the following characters: /:*?”<>|- sourcestrThe source of the incident. Cannot contain any of the following characters: /:*?”<>|- bodydict[str, Any]The body of the incident. Returns# IncidentSummaryItemThe submitted incident item.