add openapi
parent
05b6758e59
commit
6a526631b4
@ -0,0 +1,18 @@
|
||||
get:
|
||||
tags:
|
||||
- admin
|
||||
summary: Get advanced settings
|
||||
responses:
|
||||
"200":
|
||||
description: ""
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
allOf:
|
||||
- type: object
|
||||
properties:
|
||||
groupsExemptFromMaintenanceMode:
|
||||
type: array
|
||||
items:
|
||||
$ref: ../../../components/schemas/GroupObject.yaml#/GroupDataObject
|
||||
- $ref: ../../../components/schemas/CommonProps.yaml#/CommonProps
|
Loading…
Reference in New Issue