You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Compute/v2/Params.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ public function imageId(): array
114
114
{
115
115
return [
116
116
'type' => self::STRING_TYPE,
117
-
'required' => false,
117
+
'required' => true,
118
118
'sentAs' => 'imageRef',
119
119
'description' => 'The UUID of the image to use for your server instance. This is not required in case of boot from volume. In all other cases it is required and must be a valid UUID',
0 commit comments