There was an error while loading. Please reload this page.
1 parent 440942e commit 81eb3c2Copy full SHA for 81eb3c2
1 file changed
pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Endpoints/SystemHASyncEndpoint.inc
@@ -15,11 +15,9 @@ class SystemHASyncEndpoint extends Endpoint {
15
$this->url = '/api/v2/system/hasync';
16
$this->model_name = 'HASync';
17
$this->request_method_options = ['GET', 'PATCH'];
18
- $this->tag = 'System';
19
20
$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.';
+ $this->patch_help_text = 'Updates pfSense High Availability synchronization settings.';
23
24
parent::__construct();
25
}
0 commit comments