I want to make a deployment using rest api call,I have followed this but Ihttps://docs.camunda.org/manual/7.5/reference/rest/deployment/post-deployment/ I was not able understand the request body,I have a tomcat camunda setup, I want deploy my bpmn file through rest api call, instead of a war file.Please help me with the request body
figured it out.Deployment through rest api is working fine
Can you please post the request body for the request? Because I am stuck on this as well.
Thanks.
Thanks for the comment Stephen
I have successfully deployed the process using postman. Now I am trying to use HttpClient in Angular to achieve the same task, but I cannot find any resource to upload my .bpmn file using that.