Werk #18285: activate_changes: load only the changes for the sites selected
| Component | REST API | ||
| Title | activate_changes: load only the changes for the sites selected | ||
| Date | Aug 22, 2025 | ||
| Level | Trivial Change | ||
| Class | Bug Fix | ||
| Compatibility | Compatible - no manual interaction needed | ||
| Checkmk versions & editions |
|
When activating changes via the REST-API, you have the option to select the specific sites where you want the changes to be activated. However, the changes that are loaded, which were also returned in the response, were for all sites. This werk addresses the issue by only loading the changes for the sites selected. If no sites are selected, all sites' changes will be loaded.