MicrosoftDocs / vsts-rest-api-specs

MIT License
158 stars 114 forks source link

Team Name missing in URL of the teamfieldvalues examples #681

Open FokkoVeegens opened 2 months ago

FokkoVeegens commented 2 months ago

According to the definition at the top of the page, the URL should be:

PATCH https://dev.azure.com/{organization}/{project}/{team}/_apis/work/teamsettings/teamfieldvalues?api-version=7.2-preview.1

But in the examples I see

PATCH https://dev.azure.com/fabrikam/Fabrikam-Fiber/_apis/work/teamsettings/teamfieldvalues?api-version=7.2-preview.1

So the name of the team is missing in the URLs of the examples. If the name of the team is Auto It should be:

PATCH https://dev.azure.com/fabrikam/Fabrikam-Fiber/Auto/_apis/work/teamsettings/teamfieldvalues?api-version=7.2-preview.1

Document Details

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