Werk #13766: REST API: fix code example for endpoints which use booleans in their query params
Component | REST API |
Title | REST API: fix code example for endpoints which use booleans in their query params |
Date | Feb 23, 2022 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk Version | 2.2.0b1 2.1.0b3 2.0.0p22 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
In the previous version, boolean based query params were excluded from the examples in the REST API documentation. This led to confusion as the params were effectively empty for some endpoints. This werk fixes this and ensures that all query params are shown in the python examples.