Fix invites creation

This commit is contained in:
AlTech98
2021-09-14 09:38:21 +02:00
parent fbf393d45e
commit c32bdf7526
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -713,7 +713,10 @@
"type": "object",
"properties": {
"target_user_id": {
"type": "string"
"type": [
"null",
"string"
]
},
"target_type": {
"type": [