Werk #16136: api-docs: include explanation of the special character * for the If-Match header
Komponente | REST API | ||||
Titel | api-docs: include explanation of the special character * for the If-Match header | ||||
Datum | 26.09.2023 | ||||
Level | Kleine Änderung | ||||
Klasse | Bugfix | ||||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||||
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.