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
|
- name: status
|
||||||
in: query
|
in: query
|
||||||
type: string
|
type: string
|
||||||
enum: ['open', 'resolved', 'pending', 'snoozed']
|
enum: ['all', 'open', 'resolved', 'pending', 'snoozed']
|
||||||
default: 'open'
|
default: 'open'
|
||||||
description: Filter by conversation status.
|
description: Filter by conversation status.
|
||||||
- name: q
|
- name: q
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ get:
|
|||||||
- name: status
|
- name: status
|
||||||
in: query
|
in: query
|
||||||
type: string
|
type: string
|
||||||
enum: ['open', 'resolved', 'pending', 'snoozed']
|
enum: ['all', 'open', 'resolved', 'pending', 'snoozed']
|
||||||
default: 'open'
|
default: 'open'
|
||||||
description: Filter by conversation status.
|
description: Filter by conversation status.
|
||||||
- name: q
|
- name: q
|
||||||
|
|||||||
@@ -2875,6 +2875,7 @@
|
|||||||
"in": "query",
|
"in": "query",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
|
"all",
|
||||||
"open",
|
"open",
|
||||||
"resolved",
|
"resolved",
|
||||||
"pending",
|
"pending",
|
||||||
@@ -2975,6 +2976,7 @@
|
|||||||
"in": "query",
|
"in": "query",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
|
"all",
|
||||||
"open",
|
"open",
|
||||||
"resolved",
|
"resolved",
|
||||||
"pending",
|
"pending",
|
||||||
|
|||||||
Reference in New Issue
Block a user