Skip to content

Commit 68fcedb

Browse files
authored
fix: update redis documentation (#998)
1 parent 405d438 commit 68fcedb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/clients/src/api/redis/v1/types.gen.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,13 +526,18 @@ export type UpdateClusterRequest = {
526526
export type UpdateEndpointRequest = {
527527
/** Zone to target. If none is passed will use default zone from the config. */
528528
zone?: Zone
529+
/** UUID of the endpoint you want to get. */
529530
endpointId: string
530531
/**
532+
* Private Network details.
533+
*
531534
* One-of ('endpointType'): at most one of 'privateNetwork', 'publicNetwork'
532535
* could be set.
533536
*/
534537
privateNetwork?: EndpointSpecPrivateNetworkSpec
535538
/**
539+
* Public network details.
540+
*
536541
* One-of ('endpointType'): at most one of 'privateNetwork', 'publicNetwork'
537542
* could be set.
538543
*/

0 commit comments

Comments
 (0)