chore(docs): Update the API documentation to add the filter status=all to conversation list and meta (#8994)

This commit is contained in:
Danilo Campana Fuchs 2024-02-27 00:15:55 +01:00 committed by GitHub
parent 773be6f8ec
commit fd993feece
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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",