Skip to content

Commit 405d438

Browse files
authored
chore(instance): mark Volume's base_volume as deprecated (#997)
1 parent 13a1b15 commit 405d438

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/clients/src/api/instance/v1/types.gen.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,10 +1058,10 @@ export type CreateVolumeRequest = {
10581058
*/
10591059
size?: number
10601060
/**
1061-
* ID of the volume on which this volume will be based.
1061+
* @deprecated ID of the volume on which this volume will be based.
10621062
*
1063-
* One-of ('from'): at most one of 'size', 'baseVolume', 'baseSnapshot' could
1064-
* be set.
1063+
* One-of ('from'): at most one of 'size', 'baseVolume', 'baseSnapshot' could
1064+
* be set.
10651065
*/
10661066
baseVolume?: string
10671067
/**

0 commit comments

Comments
 (0)