Skip to content

Commit 84e93b7

Browse files
authored
feat(block): add ImportSnapshotFromS3Request field explanation (scaleway#2065)
1 parent aa362f6 commit 84e93b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/block/v1alpha1/block_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ type Reference struct {
332332
// Default value: unknown_type
333333
Type ReferenceType `json:"type"`
334334

335-
// Status: status of reference (attaching, attached, detaching).
335+
// Status: status of the reference. Statuses include `attaching`, `attached`, and `detaching`.
336336
// Default value: unknown_status
337337
Status ReferenceStatus `json:"status"`
338338
}

0 commit comments

Comments
 (0)