We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c20eec commit 7d54343Copy full SHA for 7d54343
1 file changed
pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Models/Service.inc
@@ -30,7 +30,7 @@ class Service extends Model {
30
write_only: true,
31
help_text: 'The action to perform against this service.',
32
);
33
- $this->name = new StringField(unique: true, read_only: true, help_text: 'The internal name of the service.');
+ $this->name = new StringField(unique: true, help_text: 'The internal name of the service.');
34
$this->description = new StringField(read_only: true, help_text: 'The full descriptive name of the service.');
35
$this->enabled = new BooleanField(
36
read_only: true,
0 commit comments