Importing test runs in Codebeamer through REST API
Hi,
We have tried adding test cases in Codebeamer using REST API and Azure DevOps Pipeline and now we are trying to add test runs to the test cases through API but getting the below error-
{
"exception": "IllegalArgumentException",
"message": "Request must be a multipart request."
}
API used - POST /http://ip-address/cb/rest/xunitresults
I think we are missing something to the end points. It would be great if anyone could help.
Thanks!

