Werk #15214: rest_api: aux_tag creation/updating could set the title to None
Component | REST API |
Title | rest_api: aux_tag creation/updating could set the title to None |
Date | Feb 2, 2023 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk Version | 2.2.0b1 2.1.0p21 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
Aux tag creation or updating could result in the title being set to None or even an empty string. This change prevents that by setting a min length of 1 for this field.