summary refs log tree commit diff
path: root/api/assets
diff options
context:
space:
mode:
authorAlTech98 <altech123159@gmail.com>2021-09-14 09:38:21 +0200
committerAlTech98 <altech123159@gmail.com>2021-09-14 09:38:21 +0200
commit8f68c4abcf8cb1e15a694795a3a13538bc4f1dcc (patch)
tree4dcb3359f67ba82bec03d1c3365a3c00a9ae94cf /api/assets
parentMerge pull request #358 from AlTech98/fix-356 (diff)
downloadserver-8f68c4abcf8cb1e15a694795a3a13538bc4f1dcc.tar.xz
Fix invites creation
Diffstat (limited to 'api/assets')
-rw-r--r--api/assets/schemas.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/api/assets/schemas.json b/api/assets/schemas.json
index 3f760c35..9c34f968 100644
--- a/api/assets/schemas.json
+++ b/api/assets/schemas.json
@@ -713,7 +713,10 @@
         "type": "object",
         "properties": {
             "target_user_id": {
-                "type": "string"
+                "type": [
+                    "null",
+                    "string"
+                ]
             },
             "target_type": {
                 "type": [