mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-28 08:43:45 +00:00
update api
This commit is contained in:
@ -63,7 +63,7 @@ Content-type: application/json
|
|||||||
"@odata.context": "https://graph.microsoft.com/testwdatppreview/$metadata#Domains",
|
"@odata.context": "https://graph.microsoft.com/testwdatppreview/$metadata#Domains",
|
||||||
"value": [
|
"value": [
|
||||||
{
|
{
|
||||||
"host": "www.walla.co.il"
|
"host": "www.example.com"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -61,7 +61,7 @@ HTTP/1.1 200 OK
|
|||||||
Content-type: application/json
|
Content-type: application/json
|
||||||
{
|
{
|
||||||
"@odata.context": "https://graph.microsoft.com/testwdatppreview/$metadata#microsoft.graph.InOrgDomainStats",
|
"@odata.context": "https://graph.microsoft.com/testwdatppreview/$metadata#microsoft.graph.InOrgDomainStats",
|
||||||
"host": "walla.com",
|
"host": "example.com",
|
||||||
"orgPrevalence": "4070",
|
"orgPrevalence": "4070",
|
||||||
"orgFirstSeen": "2017-07-30T13:23:48Z",
|
"orgFirstSeen": "2017-07-30T13:23:48Z",
|
||||||
"orgLastSeen": "2017-08-29T13:09:05Z"
|
"orgLastSeen": "2017-08-29T13:09:05Z"
|
||||||
|
@ -61,6 +61,6 @@ HTTP/1.1 200 OK
|
|||||||
Content-type: application/json
|
Content-type: application/json
|
||||||
{
|
{
|
||||||
"@odata.context": "https://graph.microsoft.com/testwdatppreview/$metadata#Domains/$entity",
|
"@odata.context": "https://graph.microsoft.com/testwdatppreview/$metadata#Domains/$entity",
|
||||||
"host": "walla.com"
|
"host": "example.com"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user