Skip to content

Commit 3fc1145

Browse files
committed
Merge pull request #1 from OfficeDev/master
Update with latest
2 parents 827d30b + d2ba549 commit 3fc1145

File tree

851 files changed

+26417
-11330
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

851 files changed

+26417
-11330
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Thank you for your interest in Microsoft Graph documentation!
1414
You can contribute to [Microsoft Graph documentation](http://graph.microsoft.io) in these ways:
1515

1616
* Contribute to articles via the [public Office developer docs repo](https://github.com/OfficeDev/microsoft-graph-docs)
17+
* Send separate pull requests into /beta and/or /v1.0 branches. This step is required to ensure that version branches are update to date with the latest changes.
18+
* In addition, send separate pull requests to /master branch. This step is to ensure the Microsoft Grph website documentation site gets updated with the latest changes.
1719
* Report documentation bugs via [GitHub Issues](https://github.com/OfficeDev/microsoft-graph-docs/issues)
1820
* Add documentation requests to the [Office Developer Platform UserVoice](http://officespdev.uservoice.com)
1921

api-reference/beta/api/application_get.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Here is an example of the response. Note: The response object shown here may be
3838
"@odata.type": "microsoft.graph.application"
3939
} -->
4040
```http
41+
HTTP/1.1 200 OK
4142
Content-type: application/json
4243
Content-length: 636
4344

api-reference/beta/api/application_list.md

Lines changed: 0 additions & 90 deletions
This file was deleted.

api-reference/beta/api/application_list_extensionproperties.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Here is an example of the response. Note: The response object shown here may be
3939
"isCollection": true
4040
} -->
4141
```http
42+
HTTP/1.1 200 OK
4243
Content-type: application/json
4344
Content-length: 269
4445

api-reference/beta/api/application_list_owners.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ Here is an example of the response. Note: The response object shown here may be
3535
<!-- {
3636
"blockType": "response",
3737
"truncated": true,
38-
"@odata.type": "microsoft.graph.directoryobject",
38+
"@odata.type": "microsoft.graph.directoryObject",
3939
"isCollection": true
4040
} -->
4141
```http
42+
HTTP/1.1 200 OK
4243
Content-type: application/json
4344
Content-length: 55
4445

api-reference/beta/api/application_post_applications.md

Lines changed: 0 additions & 125 deletions
This file was deleted.

api-reference/beta/api/application_post_extensionproperties.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Here is an example of the response. Note: The response object shown here may be
5454
"@odata.type": "microsoft.graph.extensionproperty"
5555
} -->
5656
```http
57+
HTTP/1.1 200 OK
5758
Content-type: application/json
5859
Content-length: 253
5960

api-reference/beta/api/application_post_owners.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ Here is an example of the response. Note: The response object shown here may be
4444
<!-- {
4545
"blockType": "response",
4646
"truncated": true,
47-
"@odata.type": "microsoft.graph.directoryobject"
47+
"@odata.type": "microsoft.graph.directoryObject"
4848
} -->
4949
```http
50+
HTTP/1.1 200 OK
5051
Content-type: application/json
5152
Content-length: 51
5253

api-reference/beta/api/application_restore.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33

44
### Prerequisites
5-
The following **scopes** are required to execute this API:
5+
The following **scopes** are required to execute this API:
66
### HTTP request
77
<!-- { "blockType": "ignored" } -->
88
```http
9-
POST /applications/<id>/Microsoft.Graph.restore
9+
POST /applications/<id>/restore
1010
1111
```
1212
### Request headers
@@ -33,7 +33,7 @@ Here is an example of the request.
3333
"name": "application_restore"
3434
}-->
3535
```http
36-
POST https://graph.microsoft.com/beta/applications/<id>/Microsoft.Graph.restore
36+
POST https://graph.microsoft.com/beta/applications/<id>/restore
3737
Content-type: application/json
3838
Content-length: 56
3939
@@ -48,7 +48,7 @@ Content-length: 56
4848
Here is an example of the response.
4949
<!-- {
5050
"blockType": "response",
51-
"truncated": false,
51+
"truncated": true,
5252
"@odata.type": "microsoft.graph.application"
5353
} -->
5454
```http
@@ -90,9 +90,9 @@ Content-length: 2150
9090
}
9191
],
9292
"knownClientApplications": [
93-
"knownClientApplications-value"
93+
"guid"
9494
],
95-
"mainLogo": "mainLogo-value",
95+
"mainLogo": "stream",
9696
"logoutUrl": "logoutUrl-value",
9797
"oauth2AllowImplicitFlow": true,
9898
"oauth2AllowUrlPathMatching": true,
@@ -148,4 +148,4 @@ Content-length: 2150
148148
"keywords": "",
149149
"section": "documentation",
150150
"tocPath": ""
151-
}-->
151+
}-->

api-reference/beta/api/application_update.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Here is an example of the response. Note: The response object shown here may be
9494
"@odata.type": "microsoft.graph.application"
9595
} -->
9696
```http
97+
HTTP/1.1 200 OK
9798
Content-type: application/json
9899
Content-length: 636
99100

api-reference/beta/api/approleassignment_get.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Here is an example of the response. Note: The response object shown here may be
4040
"@odata.type": "microsoft.graph.approleassignment"
4141
} -->
4242
```http
43+
HTTP/1.1 200 OK
4344
Content-type: application/json
4445
Content-length: 253
4546

api-reference/beta/api/approleassignment_update.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Here is an example of the response. Note: The response object shown here may be
5858
"@odata.type": "microsoft.graph.approleassignment"
5959
} -->
6060
```http
61+
HTTP/1.1 200 OK
6162
Content-type: application/json
6263
Content-length: 253
6364

0 commit comments

Comments
 (0)