Skip to content

Commit

Permalink
feat: update generated APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot committed Nov 7, 2023
1 parent 850928b commit 242beb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/domain/v2beta1/domain_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -2732,9 +2732,11 @@ type RegistrarAPIUpdateDomainRequest struct {
// Precisely one of TechnicalContactID, TechnicalContact must be set.
TechnicalContact *NewContact `json:"technical_contact,omitempty"`

// Deprecated
// Precisely one of OwnerContactID, OwnerContact must be set.
OwnerContactID *string `json:"owner_contact_id,omitempty"`

// Deprecated
// Precisely one of OwnerContactID, OwnerContact must be set.
OwnerContact *NewContact `json:"owner_contact,omitempty"`

Expand Down

0 comments on commit 242beb5

Please sign in to comment.