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 | ||||||
| Level | Trivial Change | ||||||
| Class | Bug Fix | ||||||
| Compatibility | Compatible - no manual interaction needed | ||||||
| Checkmk versions & editions |
|
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.