mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-29 13:47:23 +00:00
Update pull-alerts-using-rest-api.md
Fixing numbers that are written as strings in the example. https://github.com/MicrosoftDocs/windows-itpro-docs/issues/9037
This commit is contained in:
parent
2930a4dcd9
commit
c31f98e043
@ -84,10 +84,10 @@ The response will include an access token and expiry information.
|
||||
```json
|
||||
{
|
||||
"token_type": "Bearer",
|
||||
"expires_in": "3599",
|
||||
"ext_expires_in": "0",
|
||||
"expires_on": "1488720683",
|
||||
"not_before": "1488720683",
|
||||
"expires_in": 3599,
|
||||
"ext_expires_in": 0,
|
||||
"expires_on": 1488720683,
|
||||
"not_before": 1488720683,
|
||||
"resource": "https://graph.windows.net",
|
||||
"access_token":"eyJ0eXaioJJOIneiowiouqSuzNiZ345FYOVkaJL0625TueyaJasjhIjEnbMlWqP..."
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user