From f2a164220cd3d6fa944622c41bee6fc7d1a0d0c4 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 6 Mar 2025 11:51:15 -0500 Subject: [PATCH] docs: openapi schema for admin/extend/plugins --- public/openapi/read/admin/extend/plugins.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/public/openapi/read/admin/extend/plugins.yaml b/public/openapi/read/admin/extend/plugins.yaml index 2dd8b0cb6c..b37edac8ad 100644 --- a/public/openapi/read/admin/extend/plugins.yaml +++ b/public/openapi/read/admin/extend/plugins.yaml @@ -250,6 +250,21 @@ get: type: boolean active: type: boolean + isTheme: + type: boolean + error: + type: boolean + version: + type: string + license: + type: object + properties: + name: + type: string + text: + type: string + outdated: + type: boolean required: - name - updated @@ -260,6 +275,10 @@ get: - id - installed - active + - isTheme + - version + - license + - outdated incompatible: type: array items: