Thanks for watching the video. You can use WorkItem API to update it, it will use same authentication mechanism as I've explained in the video - Doc link - learn.microsoft.com/en-us/rest/api/azure/devops/wit/work-items/update?view=azure-devops-rest-7.0&tabs=HTTP API - dev.azure.com/{organization}/{project}/_apis/wit/workitems/{id}?api-version=7.0
Can you suggest a way to update the workitem field using c# application
Thanks for watching the video.
You can use WorkItem API to update it, it will use same authentication mechanism as I've explained in the video -
Doc link - learn.microsoft.com/en-us/rest/api/azure/devops/wit/work-items/update?view=azure-devops-rest-7.0&tabs=HTTP
API - dev.azure.com/{organization}/{project}/_apis/wit/workitems/{id}?api-version=7.0
Hi, do you have any sample for Pull request approval api
Thanks for watching the video. I will try to find an api for pull request and share it in the comments.