docs: openapi schema for admin/extend/plugins

This commit is contained in:
Julian Lam
2025-03-06 11:51:15 -05:00
parent dfabadbeab
commit f2a164220c

View File

@@ -250,6 +250,21 @@ get:
type: boolean type: boolean
active: active:
type: boolean 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: required:
- name - name
- updated - updated
@@ -260,6 +275,10 @@ get:
- id - id
- installed - installed
- active - active
- isTheme
- version
- license
- outdated
incompatible: incompatible:
type: array type: array
items: items: