diff --git a/packages/clients/src/api/redis/v1/types.gen.ts b/packages/clients/src/api/redis/v1/types.gen.ts index 040cfb10f..8b612e30e 100644 --- a/packages/clients/src/api/redis/v1/types.gen.ts +++ b/packages/clients/src/api/redis/v1/types.gen.ts @@ -526,13 +526,18 @@ export type UpdateClusterRequest = { export type UpdateEndpointRequest = { /** Zone to target. If none is passed will use default zone from the config. */ zone?: Zone + /** UUID of the endpoint you want to get. */ endpointId: string /** + * Private Network details. + * * One-of ('endpointType'): at most one of 'privateNetwork', 'publicNetwork' * could be set. */ privateNetwork?: EndpointSpecPrivateNetworkSpec /** + * Public network details. + * * One-of ('endpointType'): at most one of 'privateNetwork', 'publicNetwork' * could be set. */