{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Connections.schema API", "version": "1.0.0" }, "items": [ { "info": { "name": "Connections.schema", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get schema from connections", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/connections/:externalConnection-id/schema", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get schema from connections" }, { "info": { "name": "Microsoft Graph Update the navigation property schema in connections", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/connections/:externalConnection-id/schema", "params": [ { "name": "externalConnection-id", "value": "", "type": "path", "description": "The unique identifier of externalConnection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property schema in connections" } ] } ], "bundled": true }