From af9e6762911b48d314636494d0e3484ef35ff8e6 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 1 Dec 2020 16:06:03 -0500 Subject: [PATCH] Revert "fix(openapi): spec for 685f3c6aa6173383d6c31b87ed51cf8ed0ca44ce" This reverts commit 1bb75e762e0b449af890231ed408d47d10365b87. --- public/openapi/components/schemas/GroupObject.yaml | 4 ---- public/openapi/read/admin/manage/groups.yaml | 3 --- public/openapi/read/groups.yaml | 2 -- public/openapi/read/user/userslug.yaml | 2 -- public/openapi/write/groups.yaml | 3 --- 5 files changed, 14 deletions(-) diff --git a/public/openapi/components/schemas/GroupObject.yaml b/public/openapi/components/schemas/GroupObject.yaml index f28c3a8cd7..c2a34509f6 100644 --- a/public/openapi/components/schemas/GroupObject.yaml +++ b/public/openapi/components/schemas/GroupObject.yaml @@ -32,8 +32,6 @@ GroupFullObject: type: number disableJoinRequests: type: number - autojoin: - type: number disableLeave: type: number nameEncoded: @@ -145,8 +143,6 @@ GroupDataObject: type: number disableJoinRequests: type: number - autojoin: - type: number disableLeave: type: number cover:url: diff --git a/public/openapi/read/admin/manage/groups.yaml b/public/openapi/read/admin/manage/groups.yaml index c83983c27e..cc93b19469 100644 --- a/public/openapi/read/admin/manage/groups.yaml +++ b/public/openapi/read/admin/manage/groups.yaml @@ -52,8 +52,6 @@ get: type: number disableJoinRequests: type: number - autojoin: - type: number disableLeave: type: number nameEncoded: @@ -89,7 +87,6 @@ get: - cover:position - userTitleEnabled - disableJoinRequests - - autojoin - disableLeave - nameEncoded - displayName diff --git a/public/openapi/read/groups.yaml b/public/openapi/read/groups.yaml index 72d8d88474..bc5847fbb7 100644 --- a/public/openapi/read/groups.yaml +++ b/public/openapi/read/groups.yaml @@ -44,8 +44,6 @@ get: type: number disableJoinRequests: type: number - autojoin: - type: number disableLeave: type: number nameEncoded: diff --git a/public/openapi/read/user/userslug.yaml b/public/openapi/read/user/userslug.yaml index 6b2f796989..4858383cd3 100644 --- a/public/openapi/read/user/userslug.yaml +++ b/public/openapi/read/user/userslug.yaml @@ -70,8 +70,6 @@ get: type: number disableJoinRequests: type: number - autojoin: - type: number disableLeave: type: number nameEncoded: diff --git a/public/openapi/write/groups.yaml b/public/openapi/write/groups.yaml index 72adc4180b..8d325c758e 100644 --- a/public/openapi/write/groups.yaml +++ b/public/openapi/write/groups.yaml @@ -18,9 +18,6 @@ post: disableJoinRequests: type: number enum: [0, 1] - autojoin: - type: number - enum: [0, 1] disableLeave: type: number enum: [0, 1]