[mod] r7:invitation:null für name und label erlauben

This commit is contained in:
Christian Fraß 2025-08-25 13:41:59 +00:00
parent d8d24f7efa
commit cad6547ca9

View file

@ -208,7 +208,7 @@
{ {
"name": "name_value", "name": "name_value",
"type": "string_short", "type": "string_short",
"nullable": false "nullable": true
}, },
{ {
"name": "label_changeable", "name": "label_changeable",
@ -218,7 +218,7 @@
{ {
"name": "label_value", "name": "label_value",
"type": "string_short", "type": "string_short",
"nullable": false "nullable": true
}, },
{ {
"name": "email_address_changeable", "name": "email_address_changeable",