Skip to content

Commit

Permalink
api(application): allow updating node description
Browse files Browse the repository at this point in the history
  • Loading branch information
MambaTheMaestro authored Aug 2, 2024
1 parent 2dcd39c commit 60a8022
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public function rules(array $rules = null): array
return collect($rules ?? Node::getRules())->only([
'public',
'name',
'description',
'location_id',
'fqdn',
'scheme',
Expand Down

0 comments on commit 60a8022

Please sign in to comment.