Onto-Med / top-backend

Spring Boot based backend of the TOP Framework
MIT License
0 stars 1 forks source link

Improve deletePipeline in ConceptGraphsService #215

Open fmatthies opened 4 months ago

fmatthies commented 4 months ago

The mentioned method builds a PipelineResponse dependent on String matching. This is not very reasonable, but depends in turn on top-document-queryConceptPipelineManager.deleteProcess as this one only returns a String. The concept-graphs-api delete endpoint returns proper HTTPResonse codes, however.