Werk #16662: Rest API: change host rename wait for completion endpoint to GET
Component | REST API | ||
Title | Rest API: change host rename wait for completion endpoint to GET | ||
Date | Jul 11, 2024 | ||
Level | Trivial Change | ||
Class | Bug Fix | ||
Compatibility | Incompatible - Manual interaction might be required | ||
Checkmk versions & editions |
|
The wait-for-completion endpoint for host renames was using the POST method. This caused some issues and was inconsitent with other such endpoints. This werk changes the endpoint to be GET, just like the other ones.