mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 19:21:04 +01:00
fix: two more routes
This commit is contained in:
23
public/openapi/read/admin/advanced/cache/dump.yaml
vendored
Normal file
23
public/openapi/read/admin/advanced/cache/dump.yaml
vendored
Normal 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.
|
||||
Reference in New Issue
Block a user