|
1 | 1 | /* tslint:disable */ |
2 | 2 | /* eslint-disable */ |
3 | 3 | /** |
4 | | - * IONOS DBaaS REST API |
5 | | - * An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive. |
| 4 | + * IONOS DBaaS PostgreSQL REST API |
| 5 | + * An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional PostgreSQL database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive. |
6 | 6 | * |
7 | 7 | * The version of the OpenAPI document: 1.0.0 |
8 | 8 | * |
@@ -271,7 +271,7 @@ export const ClustersApiAxiosParamCreator = function (configuration?: Configurat |
271 | 271 | * Patch attributes of a PostgreSQL cluster. |
272 | 272 | * @summary Patch a cluster |
273 | 273 | * @param {string} clusterId The unique ID of the cluster. |
274 | | - * @param {PatchClusterRequest} patchClusterRequest The modified cluster. |
| 274 | + * @param {PatchClusterRequest} patchClusterRequest Part of the cluster which should be modified. |
275 | 275 | * @param {*} [options] Override http request option. |
276 | 276 | * @throws {RequiredError} |
277 | 277 | */ |
@@ -507,7 +507,7 @@ export const ClustersApiFp = function(configuration?: Configuration) { |
507 | 507 | * Patch attributes of a PostgreSQL cluster. |
508 | 508 | * @summary Patch a cluster |
509 | 509 | * @param {string} clusterId The unique ID of the cluster. |
510 | | - * @param {PatchClusterRequest} patchClusterRequest The modified cluster. |
| 510 | + * @param {PatchClusterRequest} patchClusterRequest Part of the cluster which should be modified. |
511 | 511 | * @param {*} [options] Override http request option. |
512 | 512 | * @throws {RequiredError} |
513 | 513 | */ |
@@ -589,7 +589,7 @@ export const ClustersApiFactory = function (configuration?: Configuration, baseP |
589 | 589 | * Patch attributes of a PostgreSQL cluster. |
590 | 590 | * @summary Patch a cluster |
591 | 591 | * @param {string} clusterId The unique ID of the cluster. |
592 | | - * @param {PatchClusterRequest} patchClusterRequest The modified cluster. |
| 592 | + * @param {PatchClusterRequest} patchClusterRequest Part of the cluster which should be modified. |
593 | 593 | * @param {*} [options] Override http request option. |
594 | 594 | * @throws {RequiredError} |
595 | 595 | */ |
@@ -688,7 +688,7 @@ export interface ClustersApiClustersPatchRequest { |
688 | 688 | readonly clusterId: string |
689 | 689 |
|
690 | 690 | /** |
691 | | - * The modified cluster. |
| 691 | + * Part of the cluster which should be modified. |
692 | 692 | * @type {PatchClusterRequest} |
693 | 693 | * @memberof ClustersApiClustersPatch |
694 | 694 | */ |
|
0 commit comments