diff --git a/packages/clients/src/api/rdb/v1/api.gen.ts b/packages/clients/src/api/rdb/v1/api.gen.ts index 88385eee2..beaaca593 100644 --- a/packages/clients/src/api/rdb/v1/api.gen.ts +++ b/packages/clients/src/api/rdb/v1/api.gen.ts @@ -1689,9 +1689,7 @@ export class API extends ParentAPI { /** * Create a new Database Instance endpoint. Create a new endpoint for a * Database Instance. You can add `load_balancer` and `private_network` - * specifications to the body of the request. Note that this action replaces - * your current endpoint, which means you might need to update any environment - * configurations that point to the old endpoint. + * specifications to the body of the request. * * @param request - The request {@link CreateEndpointRequest} * @returns A Promise of Endpoint