Skip to content

Commit 5bce0ce

Browse files
authored
docs(rdb): remove misleading statement in CreateEndpoint (#703)
1 parent 4d97ed3 commit 5bce0ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/clients/src/api/rdb/v1/api.gen.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1689,9 +1689,7 @@ export class API extends ParentAPI {
16891689
/**
16901690
* Create a new Database Instance endpoint. Create a new endpoint for a
16911691
* Database Instance. You can add `load_balancer` and `private_network`
1692-
* specifications to the body of the request. Note that this action replaces
1693-
* your current endpoint, which means you might need to update any environment
1694-
* configurations that point to the old endpoint.
1692+
* specifications to the body of the request.
16951693
*
16961694
* @param request - The request {@link CreateEndpointRequest}
16971695
* @returns A Promise of Endpoint

0 commit comments

Comments
 (0)