Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions packages/clients/src/api/rdb/v1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down