API changes for v2 API, August 19, 2024
This document contains a machine-generated summary of the API changes for August 19, 2024. The API changes are based on the diff between the OpenAPI schemas of the two versions.
Summary
- A new endpoint has been added for the PATCH operation with the ID
app-replace-database
at the path/v2/app-installations/{appInstallationId}/database/replace
, which allows users to replace a MySQL Database with another MySQL Database. - The optional property
clusterId
has been added to the response for the GET operation with the IDproject-get-project
at the path/v2/projects/{projectId}
when the status is200
, enhancing the information returned when retrieving a project.
Disclaimer: This summary is AI-generated. If you find any discrepancies, please refer to the detailed changes below.
Detailed changes
Changes in "Replace a MySQL Database with another MySQL Database"
- endpoint added
For details, refer to the PATCH/
endpoint.
Changes in "Get a Project"
- added the optional property 'clusterId' to the response with the '200' status
For details, refer to the GET/
endpoint.