Werk #15379: aux_tags: aux_tag_id must exist in order to update
Komponente | REST API |
Titel | aux_tags: aux_tag_id must exist in order to update |
Datum | 01.03.2023 |
Checkmk-Edition | Checkmk Raw (CRE) |
Checkmk-Version | 2.3.0b1 2.2.0b1 2.1.0p24 |
Level | Kleine Änderung |
Klasse | Bugfix |
Kompatibilität | Inkompatibel - Manuelle Interaktion könnte erforderlich sein |
This werk fixes a bug in the aux_tag put endpoint. Previously when sending a put request with a non-existing aux_tag_id, it would result in a 500 internal server error. Now we conform to our other endpoints and return a 404 problem response.