sayali #82
@@ -28,12 +28,12 @@ class CreateAssetRequest extends FormRequest
|
||||
// 'tenant_id' => 'required|uuid',
|
||||
'customer_xid' => 'required|uuid',
|
||||
'name' => 'required|string|max:255',
|
||||
'type' => 'required|string|max:255',
|
||||
// 'type' => 'required|string|max:255',
|
||||
'label' => 'nullable|string|max:255',
|
||||
// 'asset_profile_id' => 'required|uuid',
|
||||
'external_id' => 'nullable|uuid',
|
||||
'version' => 'nullable|integer|min:1',
|
||||
// 'additional_info' => 'nullable|json',
|
||||
// 'external_id' => 'nullable|uuid',
|
||||
// 'version' => 'nullable|integer|min:1',
|
||||
'additional_info' => 'nullable|json',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user