How to associate multipart files with specific observations in a Spring Boot REST API?
I have a Spring Boot REST API with a entity of type Incident, which has a list of Observation.
I have a Spring Boot REST API with a entity of type Incident, which has a list of Observation.