Update StoreNodeRequest.php (#531)

This commit is contained in:
MartinOscar 2024-08-08 23:59:16 +02:00 committed by GitHub
parent e8e1958969
commit d6e0421aaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,7 @@ class StoreNodeRequest extends ApplicationApiRequest
return collect($rules ?? Node::getRules())->only([ return collect($rules ?? Node::getRules())->only([
'public', 'public',
'name', 'name',
'description',
'fqdn', 'fqdn',
'scheme', 'scheme',
'behind_proxy', 'behind_proxy',