Werk #15379: aux_tags: aux_tag_id must exist in order to update
Component | REST API |
Title | aux_tags: aux_tag_id must exist in order to update |
Date | Mar 1, 2023 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk Version | 2.3.0b1 2.2.0b1 2.1.0p24 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Incompatible - Manual interaction might be required |
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.