Werk #16114: folder_config: Extend GET and DELETE endpoints folder name pattern to match the CREATE enpoint one

Komponente REST API
Titel folder_config: Extend GET and DELETE endpoints folder name pattern to match the CREATE enpoint one
Datum 09.10.2023
Checkmk Edition Checkmk Raw (CRE)
Checkmk-Version 2.2.0p26 2.3.0b1
Level Kleine Änderung
Klasse Bugfix
Kompatibilität Kompatibel - benötigt kein manuelles Eingreifen

Prior to this Werk, the folder name pattern for GET and DELETE endpoints did not allow the use of unicode characters while they were supported by the CREATE endpoint, with the result that folders created with such characters could not be accessed or deleted from the REST API.

For example, the user was able to create a folder named û亿Ï8Ĺ, which then could not be read or deleted from the API.

This Werk widens the folder name pattern on GET and DELETE endpoints to align with the CREATE one and now all of them support unicode characters.

Zur Liste aller Werks