Werk #16136: api-docs: include explanation of the special character * for the If-Match header
Component | REST API | ||||||
Title | api-docs: include explanation of the special character * for the If-Match header | ||||||
Date | Sep 26, 2023 | ||||||
Level | Trivial Change | ||||||
Class | Bug Fix | ||||||
Compatibility | Compatible - no manual interaction needed | ||||||
Checkmk versions & editions |
|
Most PUT requests to the REST API require an If-Match header containing an ETag. With this Werk we make it possible to provide "" instead of an ETag, like this: "If-Match": ""
This Werk also adds a short explanation to the REST API documentation. See the section "Updating values" for more information.