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 | ||||||
Level | Kleine Änderung | ||||||
Klasse | Bugfix | ||||||
Kompatibilität | Inkompatibel - Manuelle Interaktion könnte erforderlich sein | ||||||
Checkmk versions & editions |
|
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.