Skip to content

Commit

Permalink
chore(docs): Update the API documentation to add the filter status=al…
Browse files Browse the repository at this point in the history
…l to conversation list and meta (#8994)
  • Loading branch information
danilofuchs committed Feb 26, 2024
1 parent 773be6f commit fd993fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion swagger/paths/application/conversation/index.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion swagger/paths/application/conversation/meta.yml
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions swagger/swagger.json
Expand Up @@ -2875,6 +2875,7 @@
"in": "query",
"type": "string",
"enum": [
"all",
"open",
"resolved",
"pending",
Expand Down Expand Up @@ -2975,6 +2976,7 @@
"in": "query",
"type": "string",
"enum": [
"all",
"open",
"resolved",
"pending",
Expand Down

0 comments on commit fd993fe

Please sign in to comment.