Skip to content

Commit 81eb3c2

Browse files
chore: cleanup SystemHASyncEndpoint definition for consistency
1 parent 440942e commit 81eb3c2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Endpoints/SystemHASyncEndpoint.inc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ class SystemHASyncEndpoint extends Endpoint {
1515
$this->url = '/api/v2/system/hasync';
1616
$this->model_name = 'HASync';
1717
$this->request_method_options = ['GET', 'PATCH'];
18-
$this->tag = 'System';
1918

2019
$this->get_help_text = 'Reads pfSense High Availability synchronization settings.';
21-
$this->patch_help_text =
22-
'Updates pfSense High Availability synchronization settings and applies the configuration.';
20+
$this->patch_help_text = 'Updates pfSense High Availability synchronization settings.';
2321

2422
parent::__construct();
2523
}

0 commit comments

Comments
 (0)