Skip to content

Commit b815ee7

Browse files
committed
.
1 parent e288390 commit b815ee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/integrate/get-started/rest/samples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: devx-track-dotnet
99
monikerRange: '<= azure-devops'
1010
ms.author: chcomley
1111
author: 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

0 commit comments

Comments
 (0)