From f3771f87ec9307dbe1200f561a0b3a17b1223bed Mon Sep 17 00:00:00 2001 From: jellejurre Date: Sun, 24 Nov 2024 13:26:21 +0100 Subject: [PATCH] Make age gate boolean --- openapi/components/schemas/Instance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/components/schemas/Instance.yaml b/openapi/components/schemas/Instance.yaml index 6964db1a..9fd953ed 100644 --- a/openapi/components/schemas/Instance.yaml +++ b/openapi/components/schemas/Instance.yaml @@ -11,7 +11,7 @@ properties: type: boolean ageGate: nullable: true - type: string + type: boolean canRequestInvite: default: true example: true