mirror of
https://github.com/lingble/chatwoot.git
synced 2026-03-20 03:52:43 +00:00
chore(docs): Update the API documentation to add the filter status=all to conversation list and meta (#8994)
This commit is contained in:
committed by
GitHub
parent
773be6f8ec
commit
fd993feece
@@ -17,7 +17,7 @@ get:
|
||||
- name: status
|
||||
in: query
|
||||
type: string
|
||||
enum: ['open', 'resolved', 'pending', 'snoozed']
|
||||
enum: ['all', 'open', 'resolved', 'pending', 'snoozed']
|
||||
default: 'open'
|
||||
description: Filter by conversation status.
|
||||
- name: q
|
||||
|
||||
@@ -11,7 +11,7 @@ get:
|
||||
- name: status
|
||||
in: query
|
||||
type: string
|
||||
enum: ['open', 'resolved', 'pending', 'snoozed']
|
||||
enum: ['all', 'open', 'resolved', 'pending', 'snoozed']
|
||||
default: 'open'
|
||||
description: Filter by conversation status.
|
||||
- name: q
|
||||
|
||||
@@ -2875,6 +2875,7 @@
|
||||
"in": "query",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"all",
|
||||
"open",
|
||||
"resolved",
|
||||
"pending",
|
||||
@@ -2975,6 +2976,7 @@
|
||||
"in": "query",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"all",
|
||||
"open",
|
||||
"resolved",
|
||||
"pending",
|
||||
|
||||
Reference in New Issue
Block a user