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

Component REST API
Title folder_config: Extend GET and DELETE endpoints folder name pattern to match the CREATE enpoint one
Date Oct 9, 2023
Checkmk Edition Checkmk Raw (CRE)
Checkmk Version 2.2.0p26 2.3.0b1
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed

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.

To the list of all Werks