Skip to content

Commit 4d13db3

Browse files
Updated all API versions
1 parent bb5be3f commit 4d13db3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/api/beta/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ If you were to decode the access token data, it might look something like this:
450450

451451
```json
452452
{
453-
"alg": "HS256",
453+
"alg": "ES256",
454454
"typ": "JWT"
455455
}
456456
```

docs/api/v2024/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ If you were to decode the access token data, it might look something like this:
450450

451451
```json
452452
{
453-
"alg": "HS256",
453+
"alg": "ES256",
454454
"typ": "JWT"
455455
}
456456
```

docs/api/v2025/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ If you were to decode the access token data, it might look something like this:
450450

451451
```json
452452
{
453-
"alg": "HS256",
453+
"alg": "ES256",
454454
"typ": "JWT"
455455
}
456456
```

docs/api/v3/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ If you were to decode the access token data, it might look something like this:
450450

451451
```json
452452
{
453-
"alg": "HS256",
453+
"alg": "ES256",
454454
"typ": "JWT"
455455
}
456456
```

0 commit comments

Comments
 (0)