Skip to content

Commit 90f7893

Browse files
authored
feat(interlink): add disapproved reason to link (scaleway#2397)
1 parent 04caf04 commit 90f7893

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/interlink/v1beta1/interlink_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,9 @@ type Link struct {
353353
// PairingKey: used to identify a link from a user or partner's point of view.
354354
PairingKey string `json:"pairing_key"`
355355

356+
// DisapprovedReason: reason given by partner to explain why they did not approve the request for a hosted link.
357+
DisapprovedReason *string `json:"disapproved_reason"`
358+
356359
// Region: region of the link.
357360
Region scw.Region `json:"region"`
358361
}

0 commit comments

Comments
 (0)