Fix broken external_id handling when creating servers
This commit is contained in:
parent
411da94dfe
commit
6a4b5e04e2
2 changed files with 5 additions and 0 deletions
|
@ -76,6 +76,7 @@ class StoreServerRequest extends ApplicationApiRequest
|
|||
$data = parent::validated();
|
||||
|
||||
return [
|
||||
'external_id' => array_get($data, 'external_id'),
|
||||
'name' => array_get($data, 'name'),
|
||||
'description' => array_get($data, 'description'),
|
||||
'owner_id' => array_get($data, 'user'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue