Skip to content

Commit

Permalink
fix: update redis documentation (#1923)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Nov 15, 2023
1 parent 2b0f031 commit 3d7ab92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/redis/v1/redis_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -924,11 +924,14 @@ type UpdateEndpointRequest struct {
// Zone: zone to target. If none is passed will use default zone from the config.
Zone scw.Zone `json:"-"`

// EndpointID: UUID of the endpoint you want to get.
EndpointID string `json:"-"`

// PrivateNetwork: private Network details.
// Precisely one of PrivateNetwork, PublicNetwork must be set.
PrivateNetwork *EndpointSpecPrivateNetworkSpec `json:"private_network,omitempty"`

// PublicNetwork: public network details.
// Precisely one of PrivateNetwork, PublicNetwork must be set.
PublicNetwork *EndpointSpecPublicNetworkSpec `json:"public_network,omitempty"`
}
Expand Down

0 comments on commit 3d7ab92

Please sign in to comment.