MicrosoftDocs / vsts-rest-api-specs

MIT License
166 stars 115 forks source link

The example of getting classification nodes of "area" and "iteration" are the same. #642

Open Vayth opened 8 months ago

Vayth commented 8 months ago

The example of getting classification nodes of area and iteration are the same. Both are referring to GET https://dev.azure.com/fabrikam/Fabrikam-Fiber-Git/_apis/wit/classificationnodes?api-version=<version>

The example should be like the following for area GET https://dev.azure.com/fabrikam/Fabrikam-Fiber-Git/_apis/wit/classificationnodes/areas?api-version=<version>

and the following for iteration GET https://dev.azure.com/fabrikam/Fabrikam-Fiber-Git/_apis/wit/classificationnodes/iterations?api-version=<version>

Since there are those example in this page, I believe it should also be mentioned on the main description of the page.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.