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.

25 lines
826 B
YAML

get:
tags:
- admin
summary: Get detailed user registration analytics
responses:
"200":
description: A JSON object containing popular searches.
content:
application/json:
schema:
allOf:
- type: object
properties:
searches:
type: array
items:
type: object
properties:
value:
type: string
description: The string that was searched
score:
type: number
description: Number of times this string has been searched
- $ref: ../../../components/schemas/CommonProps.yaml#/CommonProps