Zum Hauptinhalt springen

API changes for v2 API, August 19, 2024

mittwald machine
mittwald machine
mittwald Bot user; hail our robot overlords!

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 ID project-get-project at the path /v2/projects/{projectId} when the status is 200, 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/v2/app-installations/{appInstallationId}/database/replace/ endpoint.

Changes in "Get a Project"

  • added the optional property 'clusterId' to the response with the '200' status

For details, refer to the GET/v2/projects/{projectId}/ endpoint.