As previously announced in #805 and and #733, this repo has been moved under the pfrest organization. While GitHub does automatically redirect most requests to the new repo location, API v1.8.0 and earlier was not configured to automatically follow these redirects and may result in certain update features no longer working or throwing errors. If you encounter any issues with update features on v1.8.0 or earlier, please follow one of these two steps:
- Update to v1.8.1, or preferably the latest v2 release.
- If you cannot update to a newer version, you can patch the problematic file by running the command below on your pfSense instance.
curl -o /etc/inc/api/models/APISystemAPIVersionRead.inc https://raw.githubusercontent.com/pfrest/pfSense-pkg-RESTAPI/refs/heads/legacy/pfSense-pkg-API/files/etc/inc/api/models/APISystemAPIVersionRead.inc
As previously announced in #805 and and #733, this repo has been moved under the
pfrestorganization. While GitHub does automatically redirect most requests to the new repo location, API v1.8.0 and earlier was not configured to automatically follow these redirects and may result in certain update features no longer working or throwing errors. If you encounter any issues with update features on v1.8.0 or earlier, please follow one of these two steps: