You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Ayush-Mittal10 that'd be great! You'd need to update CreateIncidentData with an array of IncidentComponentData DTOs. Each IncidentComponentData can have an incident and status (using the enum).
In the CreateIncident action, you'll want to then associate the incidents with any passed components, making sure to update their statuses.
It should be possible to report an incident and attach components (with statuses) to incidents in a single API request.
The text was updated successfully, but these errors were encountered: