0

I have a deprecated C# program that edits a file in TFS on premise source control. I am in the process of porting this to the rest api. With the C# API I used the CheckIn method of the Workspace which allows me to bypass the gated check-in. I can't seem to find a responding rest API, but I can use the create changeset call.

The create changeset call works but it kicks of the gated check-in. I have privileges to bypass this and I can bypass it with the C# dotNet API.

How do I bypass the gated check-in with the restAPI?

Don Chambers
  • 3,798
  • 9
  • 33
  • 74

1 Answers1

0

Bypass gated check-in is not supported in Create Changeset REST API. I submitted a user voice that you can vote: Create changeset Rest API bypass gated check in

starian chen-MSFT
  • 33,174
  • 2
  • 29
  • 53