I know that there is a REST API for these operations
On the GitHttpClient class though, I can only find a method that GETs policy configurations (GetPolicyConfigurationsAsync)
Is there anything on the SDK that allows Add/Update/Delete or I'll have to create and make the http request myself?
I'm using Nuget package Microsoft.TeamFoundationServer.Client.16.153.0
Thanks