From 2a948d32a4cd508111e47acb88ea430ae2d1ad1d Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 20 Aug 2020 13:21:26 -0400 Subject: [PATCH] Revert "test(openapi): missing commonprops addition" This reverts commit 0dc55bbc802ad90a3854e3963ab117211782f726. --- .../components/schemas/CommonProps.yaml | 43 ------------------- 1 file changed, 43 deletions(-) diff --git a/public/openapi/components/schemas/CommonProps.yaml b/public/openapi/components/schemas/CommonProps.yaml index 2d193fd6bc..8428791791 100644 --- a/public/openapi/components/schemas/CommonProps.yaml +++ b/public/openapi/components/schemas/CommonProps.yaml @@ -26,49 +26,6 @@ CommonProps: bodyClass: type: string description: The css class string that is appended to the body element - privileges: - type: object - properties: - chat: - type: boolean - upload:post:image: - type: boolean - upload:post:file: - type: boolean - signature: - type: boolean - ban: - type: boolean - search:content: - type: boolean - search:users: - type: boolean - search:tags: - type: boolean - view:users: - type: boolean - view:tags: - type: boolean - view:groups: - type: boolean - local:login: - type: boolean - group:create: - type: boolean - view:users:info: - type: boolean - admin:dashboard: - type: boolean - admin:categories: - type: boolean - admin:privileges: - type: boolean - admin:users: - type: boolean - admin:settings: - type: boolean - superadmin: - type: boolean _header: type: object description: List of meta and link tags that are added to the head element