How can find the Etag in a DevOps Wiki Page using C#

100 Views Asked by At

I need to update pages in my project Wiki on DevOps. I am using C# but in spite of trying out tons of examples from the DevOps APi documentation and other google searches,i can not find a way.

I can display a page using the Url https://dev.azure.com/{company}/{project}/_apis/wiki/wikis/{identifier}/pages?path=/Home/App-Versions&api-version=7.0

but i need to change the content using a PUT request. Anybody available to assist me ?

0

There are 0 best solutions below