Skip to content

Commit 69b0360

Browse files
authored
docs(block): update product resource description (#1041)
1 parent c8437f0 commit 69b0360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/clients/src/api/block/v1alpha1/types.gen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ export interface VolumeSpecifications {
7777
export interface Reference {
7878
/** UUID of the reference. */
7979
id: string
80-
/** Type of resoruce to which the reference is associated (snapshot or volume). */
80+
/** Type of resource to which the reference is associated. */
8181
productResourceType: string
8282
/**
83-
* UUID of the volume or the snapshot it refers to (according to the
83+
* UUID of the product resource it refers to (according to the
8484
* product_resource_type).
8585
*/
8686
productResourceId: string

0 commit comments

Comments
 (0)