Werk #15059: REST API: utils: remove enum in host response for TagGroup choices
Component | REST API | ||||
Title | REST API: utils: remove enum in host response for TagGroup choices | ||||
Date | Jan 13, 2023 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
The TagGroup choices allowed are set at runtime but they can be modified which was causing a 500 internal error in the REST API. This fix removes the enum and now allows any string in REST API responses for the TagGroup choices.