fix: two more routes

This commit is contained in:
Julian Lam
2020-12-17 23:35:37 -05:00
parent cb32e32ae3
commit 9c2de86a6e
7 changed files with 51 additions and 4 deletions

View File

@@ -0,0 +1,23 @@
get:
tags:
- admin
summary: Get system cache info
parameters:
- in: query
name: name
schema:
type: string
enum: ['post', 'object', 'group', 'local']
required: false
description: Specify cache to dump if calling `/dump`
example: 'post'
responses:
"200":
description: ""
content:
application/json:
schema:
type: object
properties: {}
additionalProperties:
description: The type of response is dependent on the database used. Please examine the output.