{ "opencollection": "1.0.0", "info": { "name": "SharePoint REST $batch $batch Web API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Web", "type": "folder" }, "items": [ { "info": { "name": "Get web (site)", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.sharepoint.com/_api/web" }, "docs": "Get web (site)" }, { "info": { "name": "Get web title", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.sharepoint.com/_api/web/title" }, "docs": "Get web title" } ] } ], "bundled": true }