Skip to content

Commit

Permalink
api(application): allow updating node description
Browse files Browse the repository at this point in the history
fixes #3624
  • Loading branch information
matthewpi committed Sep 18, 2021
1 parent 6abf4a3 commit 7d1cb29
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public function rules(array $rules = null): array
{
return collect($rules ?? Node::getRules())->only([
'name',
'description',
'location_id',
'database_host_id',
'fqdn',
Expand Down

0 comments on commit 7d1cb29

Please sign in to comment.