Skip to content

Commit 0e3d8e0

Browse files
authored
chore(instance): remove field export_uri on the Instance API (scaleway#2802)
1 parent f121c29 commit 0e3d8e0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api/instance/v1/instance_sdk.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,9 +1282,6 @@ type Volume struct {
12821282
// Name: volume name.
12831283
Name string `json:"name"`
12841284

1285-
// Deprecated: ExportURI: show the volume NBD export URI.
1286-
ExportURI *string `json:"export_uri"`
1287-
12881285
// Size: volume disk size.
12891286
Size scw.Size `json:"size"`
12901287

0 commit comments

Comments
 (0)