-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate API changelog for 19-08-2024
- Loading branch information
1 parent
c2bb0d6
commit 0654ff0
Showing
2 changed files
with
55 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.