mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 23:45:45 +01:00
20 lines
571 B
YAML
20 lines
571 B
YAML
|
|
get:
|
||
|
|
tags:
|
||
|
|
- admin
|
||
|
|
summary: get analytics keys
|
||
|
|
description: This operation returns the list metrics tracked by NodeBB. It is only accessible to administrators.
|
||
|
|
responses:
|
||
|
|
'200':
|
||
|
|
description: Analytics keys retrieved
|
||
|
|
content:
|
||
|
|
application/json:
|
||
|
|
schema:
|
||
|
|
type: object
|
||
|
|
properties:
|
||
|
|
status:
|
||
|
|
$ref: ../../components/schemas/Status.yaml#/Status
|
||
|
|
response:
|
||
|
|
type: object
|
||
|
|
properties:
|
||
|
|
keys:
|
||
|
|
type: array
|