Skip to content

Commit 93680f8

Browse files
Merge branch 'dev' into v2.0.0
2 parents 700e2be + d571846 commit 93680f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ Please see the [contributing guidelines](CONTRIBUTING.md).
208208

209209
- [Microsoft Graph website](https://graph.microsoft.io)
210210
- [Microsoft Graph TypeScript types](https://github.com/microsoftgraph/msgraph-typescript-typings/)
211-
- [Angular.js sample using the JavaScript client library](https://github.com/microsoftgraph/angular-connect-sample)
212-
- [Node.js sample using the JavaScript client library](https://github.com/microsoftgraph/nodejs-connect-sample)
211+
- [Build Angular single-page apps with Microsoft Graph](https://github.com/microsoftgraph/msgraph-training-angularspa)
212+
- [Build Node.js Express apps with Microsoft Graph](https://github.com/microsoftgraph/msgraph-training-nodeexpressapp)
213213
- [Office Dev Center](http://dev.office.com/)
214214

215215
## Third Party Notices

src/GraphRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ export class GraphRequest {
595595
method: RequestMethod.PUT,
596596
body: serializeContent(content),
597597
headers: {
598-
"Content-Type": "application/octet-stream",
598+
"Content-Type": "application/json",
599599
},
600600
};
601601
try {

0 commit comments

Comments
 (0)