'API for merge and create branch in Azure Devops for TFVC

Warm greetings for the day. Hope you all are good. We are looking for REST API's to do code merge, branch and check-in for TFVC in Azure Devops. Couldn't find, can anyone guide us? We got REST API for getting a changeset by using the below mentioned link. https://docs.microsoft.com/en-us/rest/api/azure/devops/tfvc/?view=azure-devops-rest-6.0



Solution 1:[1]

We seem do not have the REST API to do these things.

I recommend that you can try using the related TFVC commands to do these things.

Below are some TFVC commands you may need to use:

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Bright Ran-MSFT