Werk #19618: REST API: fix required parameter marking in OpenAPI spec
| Component | REST API | ||||
| Title | REST API: fix required parameter marking in OpenAPI spec | ||||
| Date | Apr 21, 2026 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
Since 2.5.0, some REST API endpoints did not always mark required path and query parameters as such in the OpenAPI specification. This affected only a subset of endpoints. Tools consuming the spec, such as Swagger UI, API clients, or SDK generators, could therefore treat mandatory parameters as optional for those endpoints.