As per Redeploy Deployment
In this rest api,
POST /deployment/{id}/redeploy
In this redeploy method can we redeploy the .bpmn file again along with below request body?
{
"resourceIds": [ "aResourceId" ],
"resourceNames": [ "aResourceName" ],
"source" : "cockpit"
}
(or)
Redeploy method will accept only request body without .bpmn file?
Mulitpart file is missing in this request