Werk #14397: Show all folders in REST API starts recursion at parent
Komponente | REST API | ||||
Titel | Show all folders in REST API starts recursion at parent | ||||
Datum | 14.06.2022 | ||||
Level | Kleine Änderung | ||||
Klasse | Bugfix | ||||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||||
Checkmk versions & editions |
|
When calling the endpoint /domain-types/folder_config/collections/all
and setting recursive to true the API would return all folders, independent of the set parent.
This has been fixed now.