{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Excel Charts Workbooks API", "version": "v1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/v2.0/authorize", "accessTokenUrl": "https://login.microsoftonline.com/common/oauth2/v2.0/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Workbooks", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Excel Create Workbook Session", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/drive/items/:driveItemId/workbook/createSession", "params": [ { "name": "driveItemId", "value": "", "type": "path", "description": "OneDrive item ID of the Excel workbook." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a persistent workbook session for transactional batch operations on an Excel file." } ] } ], "bundled": true }