Chore: Update swagger API documentation (#745)
* Chore: Update swagger documentation
This commit is contained in:
@@ -3,6 +3,12 @@ properties:
|
||||
id:
|
||||
type: number
|
||||
description: ID of the inbox
|
||||
name:
|
||||
type: string
|
||||
description: The name of the inbox
|
||||
website_url:
|
||||
type: string
|
||||
description: Website URL
|
||||
channel_type:
|
||||
type: string
|
||||
description: The type of the inbox
|
||||
@@ -21,3 +27,12 @@ properties:
|
||||
web_widget_script:
|
||||
type: string
|
||||
description: Script used to load the website widget
|
||||
welcome_title:
|
||||
type: string
|
||||
description: Welcome title to be displayed on the widget
|
||||
welcome_tagline:
|
||||
type: string
|
||||
description: Welcome tagline to be displayed on the widget
|
||||
agent_away_message:
|
||||
type: string
|
||||
description: A message which will be sent if there is not agent available. This is not available if agentbot is connected
|
||||
|
||||
Reference in New Issue
Block a user