Werk #16372: swagger: Fix parameters not working in Swagger
Component | REST API | ||||||
Title | swagger: Fix parameters not working in Swagger | ||||||
Date | Mar 1, 2024 | ||||||
Level | Trivial Change | ||||||
Class | New Feature | ||||||
Compatibility | Compatible - no manual interaction needed | ||||||
Checkmk versions & editions |
|
Since not all Python regexes are ECMA (JavaScript) compliant, several parameter fields did not work in Swagger. This werk solves the problem by adjusting the regexes to be compatible with JavaScript.