Werk #15594: folder: create folder endpoint now requires a name with min length of 1
Component | REST API |
Title | folder: create folder endpoint now requires a name with min length of 1 |
Date | Apr 3, 2023 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk Version | 2.3.0b1 2.2.0b3 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Incompatible - Manual interaction might be required |
This werk addresses an issue with the create folder endpoint. Previously it was possible to create a folder with an empty string for the name field. This is no longer possible. A min length of 1 character is now required.