chore: Add status param in conversation APIs (#2394)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Sojan Jose
2021-06-07 20:04:31 +05:30
committed by GitHub
parent 467b45b427
commit 9e56565a30
5 changed files with 30 additions and 4 deletions

View File

@@ -1224,6 +1224,15 @@
"additional_attributes": {
"type": "object",
"description": "Lets you specify attributes like browser information"
},
"status": {
"type": "string",
"enum": [
"open",
"resolved",
"bot"
],
"description": "Specify the conversation whether it's bot, open, closed"
}
}
}