fix(jans-config-api): creating attributes #2743
Labels
comp-jans-config-api
Component affected by issue or PR
kind-bug
Issue or PR is a bug in existing functionality
Milestone
When creating attributes, the backend will complain if the dataType has a value "STRING". Instead the value "string" must be provided to achieve the desired result. The API, however, lists the enums in capital letters. Ideally, the backend should do a toLower() on the value and always validate against lower case (or vice versa). The same applies for all other enums.
The text was updated successfully, but these errors were encountered: