fix(api): allow nullable destination_uuid (#5683)
Allow nullable destination_uuid in upsert_service.
This commit is contained in:
@@ -631,7 +631,7 @@ class ServicesController extends Controller
|
||||
'environment_name' => 'string|nullable',
|
||||
'environment_uuid' => 'string|nullable',
|
||||
'server_uuid' => 'string|required',
|
||||
'destination_uuid' => 'string',
|
||||
'destination_uuid' => 'string|nullable',
|
||||
'name' => 'string|max:255',
|
||||
'description' => 'string|nullable',
|
||||
'instant_deploy' => 'boolean',
|
||||
|
||||
Reference in New Issue
Block a user