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?