update api

This commit is contained in:
Joey Caparas
2017-09-05 13:44:45 -07:00
parent 46384acc48
commit 3151d59fc8
3 changed files with 3 additions and 3 deletions

View File

@ -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"
} }
] ]
} }

View File

@ -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"

View File

@ -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"
} }
``` ```