You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
595 B
YAML
23 lines
595 B
YAML
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. |