mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
feat: API to Filter reports by teams (#3066)
Add API to Filter reports by teams Fixes: #2916
This commit is contained in:
@@ -2,6 +2,6 @@ in: query
|
||||
name: report_type
|
||||
schema:
|
||||
type: string
|
||||
enum: [account,agent,inbox,label]
|
||||
enum: [account,agent,inbox,label,team]
|
||||
required: true
|
||||
description: Type of report
|
||||
|
||||
Reference in New Issue
Block a user