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 |
|
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.