{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Agreement Files API", "version": "1.0.0" }, "items": [ { "info": { "name": "Agreement Files", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get agreement file", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/agreements/:agreement-id/file", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of the agreement" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the default PDF file linked to an agreement." }, { "info": { "name": "Microsoft Graph Update agreement file", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/agreements/:agreement-id/file", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of the agreement" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of the default file for an agreement." }, { "info": { "name": "Microsoft Graph Delete agreement file", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/agreements/:agreement-id/file", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of the agreement" } ] }, "docs": "Delete the default file associated with an agreement." } ] } ], "bundled": true }