mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-12-08 13:49:37 +00:00
14 lines
267 B
YAML
14 lines
267 B
YAML
in: query
|
|
name: metric
|
|
schema:
|
|
type: string
|
|
enum:
|
|
- conversations_count
|
|
- incoming_messages_count
|
|
- outgoing_messages_count
|
|
- avg_first_response_time
|
|
- avg_resolution_time
|
|
- resolutions_count
|
|
required: true
|
|
description: The type of metric
|