File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/integrate/get-started/rest Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ms.custom: devx-track-dotnet
99monikerRange : ' <= azure-devops'
1010ms.author : chcomley
1111author : chcomley
12- ms.date : 06/10 /2025
12+ ms.date : 06/12 /2025
1313---
1414
1515# REST API samples for Azure DevOps
@@ -33,7 +33,7 @@ Authenticate with Azure DevOps when using the REST APIs or .NET Libraries by fol
3333 1 . Convert your PAT to a Base64-encoded string in the format ` username:PAT ` (the username can be empty).
3434 2 . Add the encoded string to the ` Authorization ` HTTP header.
3535
36- ** Example using Basic Authentication with curl:**
36+ ** Example using Basic Authentication with curl:**
3737
3838 ``` bash
3939 curl -u :{yourPAT} https://dev.azure.com/{organization}/_apis/projects? api-version=7.2-preview.1
You can’t perform that action at this time.
0 commit comments