I'm trying to create a new test case at the TFS throw Postman by sending a PUT request with an application/json
but get
"Message": "The requested resource does not support http method 'PUT'."
I tried to use X-HTTP-Method-Override
but i get the same response.
My api version is 2.2.
How can I create a test case using this REST API version
This is the request:
PUT http://server:port/{path_to_project}/_apis/test/Plans/{id}/suites/{id}/testcases/{id}?api-version=2.2