mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 17:16:14 +01:00
docs: openapi schema for admin/extend/plugins
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user