devops REST API: can not update work item status using PATCH method
问题 I am using DevOps restapi to get some information. The POST method is working fine for me. I want to update the status of my work item. For that I need to use the PATCH method. Which is not working, and not giving any kind of error. https://docs.microsoft.com/en-us/rest/api/azure/devops/wit/work%20items/update?view=azure-devops-rest-5.1 function postApiData(ApiUrl, responseBody) { var res = ''; try { $.ajax({ type: 'POST', async: false, url: ApiUrl, contentType: 'application/json', data: JSON