microsoft / azure-devops-dotnet-samples

.NET/C# samples for integrating with Azure DevOps Services and Azure DevOps Server
https://docs.microsoft.com/azure/devops/integrate
MIT License
520 stars 511 forks source link

WorkHttpClient - SetBoardOptionsAsync #264

Open Lazys opened 5 years ago

Lazys commented 5 years ago

Hi, I've got a question about method SetBoardOptionsAsync (from the WorkHttpClient), because I don't see any sample in this repository releated to this method.

Basically, this SetBoardOptionsAsync takes as first argument dictionary of options, but where I can find which options actually I'm able to use? I cannot find it here, also in the normal API documentation there is no information (https://docs.microsoft.com/en-us/rest/api/azure/devops/work/boards/set%20board%20options?view=azure-devops-rest-5.1).

Is there any way to lookup which values I can use? And how?


The same problem is with TeamProject.Capabilities where I would like to disable some features (like Test Plans etc), but I have no idea how to do this and documenation or your samples here do not help with that.