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 Jan 28, 2025
1 parent ad2f1fb commit c13b2c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/interlink/v1beta1/interlink_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,9 @@ type Link struct {
// PairingKey: used to identify a link from a user or partner's point of view.
PairingKey string `json:"pairing_key"`

// DisapprovedReason: reason given by partner to explain why they did not approve the request for a hosted link.
DisapprovedReason *string `json:"disapproved_reason"`

// Region: region of the link.
Region scw.Region `json:"region"`
}
Expand Down

0 comments on commit c13b2c9

Please sign in to comment.