Skip to content

Commit 0142388

Browse files
authored
Fix code block formatting in documentation
1 parent 852d4de commit 0142388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

support/entra/entra-id/users-groups-entra-apis/error-call-me-endpoint-microsoft-graph.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This article discusses an issue in which you receive a `NoPermissionsInAccessTok
1414

1515
When you try to call the `/me` endpoint from your Microsoft Entra ID-based application that uses [client credentials grant flow](/entra/identity-platform/v2-oauth2-client-creds-grant-flow), you receive the following error message:
1616

17-
·```output
17+
```output
1818
{
1919
"error": {
2020
"code": "NoPermissionsInAccessToken",
@@ -28,7 +28,7 @@ When you try to call the `/me` endpoint from your Microsoft Entra ID-based appli
2828
}
2929
}
3030
}
31-
·```
31+
```
3232

3333
## Cause
3434

0 commit comments

Comments
 (0)