How to upload .dmn file to jBPM business central project using KIE Rest API

I am able to upload TrafficViolation.dmn file to business central project using upload button provided in the workspace, but I want to do it programmatically using REST API provided by the kie server.

I am trying to upload TrafficViolation.dmn file to business central project using REST API but I did find any API endpoint for the same in this KIE Server REST API for KIE containers and business assets documentation. I need an endpoint to upload DMN assets.

Leave a Comment