Catch up on the latest product updates, best practices, and expert insights from the Checkmk Conference #12 – Watch the livestream recordings now

Werk #17958: REST-API: Require ETag for passwords endpoints

Component REST API
Title REST-API: Require ETag for passwords endpoints
Date Aug 7, 2025
Level Trivial Change
Class New Feature
Compatibility Incompatible - Manual interaction might be required
Checkmk versions & editions
2.5.0b1 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT

Previously, the Password endpoints already returned ETags. However, they were not validated.

The update and delete password endpoints are now validating ETags. Users should either pass the correct ETag via the If-Match header, or use the wildcard * to maintain the old behaviour.

To the list of all Werks