azure-devops-dotnet-samples icon indicating copy to clipboard operation
azure-devops-dotnet-samples copied to clipboard

WorkHttpClient - SetBoardOptionsAsync

Open Lazys opened this issue 6 years ago • 0 comments

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.

Lazys avatar Aug 12 '19 09:08 Lazys