From c32bdf752676cdffaee99d3f47f29abb4f0514dc Mon Sep 17 00:00:00 2001 From: AlTech98 Date: Tue, 14 Sep 2021 09:38:21 +0200 Subject: Fix invites creation --- api/assets/schemas.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'api/assets') 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": [ -- cgit 1.5.1