Hi,
I have a vsts project where I wanted to add result to a test run. Following the API reference I sent a request, but the response is as below. A POST request worked while creating the test run. This error is when i'm adding a test result to the test run. Can you please tell me what I might doing wrong. The api-version i'm using is 1.0 and the test run exists.
{"count":1,"value":{"Message":"The requested resource does not support http method 'POST'."}}