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 | ||||||
| Level | Trivial Change | ||||||
| Class | Bug Fix | ||||||
| Compatibility | Incompatible - Manual interaction might be required | ||||||
| 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.