File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments