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 2983ee3 commit 5a3c6ffCopy full SHA for 5a3c6ff
1 file changed
pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Models/Table.inc
@@ -19,6 +19,7 @@ class Table extends Model {
19
$this->id_type = 'string';
20
$this->many = true;
21
22
+ $this->name = new StringField(required: true, help_text: 'The name of the table');
23
$this->entries = new StringField(many: true, delimiter: ' ', help_text: 'The entries currently in the table.');
24
25
parent::__construct($id, $parent_id, $data, ...$options);
0 commit comments