(automation API) Update configurationPackage
Updates the properties of a configuration package object for Dynamics 365 Business Central.
HTTP request
Upload RapidStart package
PATCH /microsoft/automation/v2.0/companies({companyId})/configurationPackages({packageId})/file('{packageCode}')/content
Content-type: application/octet-stream
Body: binary content of the RapidStart package
Request headers
Header | Value |
---|---|
Authorization | Bearer {token}. Required. |
Content-Type | application/json |
If-Match | Required. When this request header is included and the eTag provided does not match the current tag on the configurationPackage, the configuration package will not be updated. |
Request body
In the request body, supply the values for relevant fields that should be updated. Existing properties that are not included in the request body will maintain their previous values or be recalculated based on changes to other property values. For best performance you shouldn't include existing values that haven't changed.
Response
If successful, this method returns a 204 No Content
.
Example
Request
Here is an example of the request.
PATCH https://api.businesscentral.dynamics.com/v2.0/{environment name}/api/microsoft/automation/v2.0/companies({companyId})/configurationPackages({packageId})/file('{packageCode}')/content
Authorization : Bearer {token}
Content-type : application/octet-stream
If-Match:*
Body: binary stream