Skip to content

Commit 21188aa

Browse files
docs: add info about unavailability during updates #633
1 parent e2bd4af commit 21188aa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Forms/SystemRESTAPIUpdatesForm.inc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ class SystemRESTAPIUpdatesForm extends Form {
3131

3232
public function on_save(string $success_banner_msg = ''): void {
3333
parent::on_save(
34-
success_banner_msg: 'The requested version is being installed in the background. Check this page again ' .
35-
'later to see the status.',
34+
success_banner_msg: 'The requested version is being installed in the background. During the update, the ' .
35+
"REST API may be intermittently unavailable. Attempts to access the REST API's endpoints and web " .
36+
'pages during the update may result in errors until it completes. Check this page again later to see ' .
37+
'the status.',
3638
);
3739
}
3840
}

0 commit comments

Comments
 (0)