{ "opencollection": "1.0.0", "info": { "name": "Business Central Administration Center Accounts Update Management API", "version": "2.28" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Update Management", "type": "folder" }, "items": [ { "info": { "name": "Set Update Settings", "type": "http" }, "http": { "method": "PUT", "url": "https://api.businesscentral.dynamics.com/admin/v2.28/applications/:applicationFamily/environments/:environmentName/settings/upgrade", "params": [ { "name": "applicationFamily", "value": "", "type": "path", "description": "The application family (e.g., BusinessCentral)" }, { "name": "environmentName", "value": "", "type": "path", "description": "The name of the environment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sets the update window and other update-related settings for the environment." }, { "info": { "name": "Get Scheduled Upgrade", "type": "http" }, "http": { "method": "GET", "url": "https://api.businesscentral.dynamics.com/admin/v2.28/applications/:applicationFamily/environments/:environmentName/scheduledUpgrade", "params": [ { "name": "applicationFamily", "value": "", "type": "path", "description": "The application family (e.g., BusinessCentral)" }, { "name": "environmentName", "value": "", "type": "path", "description": "The name of the environment" } ] }, "docs": "Returns information about any pending scheduled upgrade for the environment." } ] } ], "bundled": true }