Skip to content

Commit

Permalink
Generate API changelog for 19-08-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Aug 19, 2024
1 parent c2bb0d6 commit 0654ff0
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
54 changes: 54 additions & 0 deletions changelog/2024-08-19-api-changes-v2.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
title: API changes for v2 API, August 19, 2024
authors:
- machine
tags:
- apiv2
- App
- Project

---

import OperationHint from "@site/src/components/OperationHint";
import OperationLink from "@site/src/components/OperationLink";

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.

{/* truncate */}



## 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 <OperationLink operation="app-replace-database" apiVersion="v2" /> endpoint.



### Changes in "Get a Project"


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


For details, refer to the <OperationLink operation="project-get-project" apiVersion="v2" /> endpoint.



2 changes: 1 addition & 1 deletion generator/specs/openapi-v2.json

Large diffs are not rendered by default.

0 comments on commit 0654ff0

Please sign in to comment.